diff --git a/CHANGELOG.md b/CHANGELOG.md index 63252d33a..b25b8de72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [22.0.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v21.1.1...v22.0.0) (2020-11-06) + + +### ⚠ BREAKING CHANGES + +* **html-field:** StoredMarkup + +### Bug Fixes + +* **html-field:** introduce stored-markup ([e25e8a2](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/e25e8a2f4ca65afc29acc8a3884df9acf77d4398)) + ### [21.1.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v21.1.0...v21.1.1) (2020-11-06) diff --git a/package-lock.json b/package-lock.json index 02c7a612b..0edfcdc36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "21.1.1", + "version": "22.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3591e5ee..9e4a74a00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "21.1.1", + "version": "22.0.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 90c13841a..7d992178d 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 21.1.1 +version: 22.0.0 dependencies: - base