diff --git a/CHANGELOG.md b/CHANGELOG.md index c75e23cf..3a702982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### [7.5.2](https://github.com/terrestris/shogun-admin/compare/v7.5.1...v7.5.2) (2022-05-19) + + +### Changes in configuration + +* remove dist and nginx from .gitignore ([d77c6ea](https://github.com/terrestris/shogun-admin/commit/d77c6eadd6a1f0a4988e9fa217195034fc27498b)) + + +### Bugfixes + +* fix nginx template filename ([a64d737](https://github.com/terrestris/shogun-admin/commit/a64d7374cf095dfef207a4b560374b20ebd0d8f6)) + ### [7.5.1](https://github.com/terrestris/shogun-admin/compare/v7.5.0...v7.5.1) (2022-05-19) diff --git a/package-lock.json b/package-lock.json index c59aa994..3873fdcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terrestris/shogun-admin", - "version": "7.5.1", + "version": "7.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@terrestris/shogun-admin", - "version": "7.5.1", + "version": "7.5.2", "license": "Apache-2.0 ", "dependencies": { "@ant-design/icons": "^4.7.0", diff --git a/package.json b/package.json index 229610e2..47f9b68b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@terrestris/shogun-admin", "private": true, - "version": "7.5.1", + "version": "7.5.2", "description": "The admin UI for the SHOGun Webmapping backend.", "main": "index.js", "scripts": {