From 30294de5ee355ebafac811f24cd5c2f84e87f999 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Fri, 16 Apr 2021 11:42:06 +0200 Subject: [PATCH] chore: release 4.4.3 (#418) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: release 4.4.3 * chore(package): bump packages version number Co-authored-by: André Kilchenmann --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c6daccda..dc33841668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [4.4.3](https://www.github.com/dasch-swiss/dsp-app/compare/v4.4.2...v4.4.3) (2021-04-14) + + +### Bug Fixes + +* **ontology:** Bug fix in ontology form ([#417](https://www.github.com/dasch-swiss/dsp-app/issues/417)) ([96dc804](https://www.github.com/dasch-swiss/dsp-app/commit/96dc8042a6dc07c50f55c2992b48f196adf0f093)) + ### [4.4.2](https://www.github.com/dasch-swiss/dsp-app/compare/v4.4.1...v4.4.2) (2021-04-12) diff --git a/package-lock.json b/package-lock.json index f49c19f7de..d48d3c68c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "dsp-app", - "version": "4.4.2", + "version": "4.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.4.1", + "version": "4.4.3", "dependencies": { "@angular/animations": "^11.2.9", "@angular/cdk": "^11.2.5", diff --git a/package.json b/package.json index 303e716c09..468b0a61e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsp-app", - "version": "4.4.2", + "version": "4.4.3", "repository": { "type": "git", "url": "https://github.com/dasch-swiss/dsp-app.git"