From 4e4376ae81c339f2fd186c40732b45add546f762 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Nov 2023 17:34:02 +0000 Subject: [PATCH] chore: release v1.2.0 --- CHANGELOG.md | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af869b3..3ab402e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.2.0 - 2023-11-08 ### Added - - `CadenzaClient#fetchData` - `CadenzaClient#downloadData` - `webApplication` constructor option @@ -21,9 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 1.0.0 - 2023-09-07 ## 0.0.1 - 2023-09-07 - ### Added - - `CadenzaClient#show` - `CadenzaClient#showMap` - `CadenzaClient#editGeometry` diff --git a/package.json b/package.json index 8e30742b..976014d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@disy/cadenza.js", - "version": "1.1.0", + "version": "1.2.0", "license": "Apache-2.0", "repository": "github:DisyInformationssysteme/cadenza.js", "type": "module",