diff --git a/CHANGELOG.md b/CHANGELOG.md index e542f2ba..199070d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.3](https://github.com/terrestris/shogun-admin/compare/v9.0.2...v9.0.3) (2022-07-20) + + +### Bugfixes + +* fixes changeHanlder of JSONEditor ([b123f87](https://github.com/terrestris/shogun-admin/commit/b123f870dcbef6e53946a508b99a245345a20c00)) + ## [9.0.2](https://github.com/terrestris/shogun-admin/compare/v9.0.1...v9.0.2) (2022-07-19) diff --git a/package-lock.json b/package-lock.json index 1d642484..adc8b497 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terrestris/shogun-admin", - "version": "9.0.2", + "version": "9.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@terrestris/shogun-admin", - "version": "9.0.2", + "version": "9.0.3", "license": "Apache-2.0 ", "dependencies": { "@ant-design/icons": "^4.7.0", diff --git a/package.json b/package.json index a5a3ad0c..e7482abf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@terrestris/shogun-admin", "private": true, - "version": "9.0.2", + "version": "9.0.3", "description": "The admin UI for the SHOGun Webmapping backend.", "main": "index.js", "scripts": {