diff --git a/CHANGELOG.md b/CHANGELOG.md index 64614bb11..5be058bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.40.2](https://github.com/rodekruis/IBF-system/compare/v0.40.1...v0.40.2) (2021-03-19) + + +### Bug Fixes + +* also apply change in trigger-situation AB[#6691](https://github.com/rodekruis/IBF-system/issues/6691) ([33a30dd](https://github.com/rodekruis/IBF-system/commit/33a30ddc13674b708a20925f2e99f294e9a6009d)) +* unselected places should not turn grey for admin boundary layer AB[#6691](https://github.com/rodekruis/IBF-system/issues/6691) ([7467ab2](https://github.com/rodekruis/IBF-system/commit/7467ab211017a4e69b3dca6f979d855b1a3ef142)) + + + ## [0.40.1](https://github.com/rodekruis/IBF-system/compare/v0.40.0...v0.40.1) (2021-03-19) @@ -89,12 +99,3 @@ -# [0.37.0](https://github.com/rodekruis/IBF-system/compare/v0.36.0...v0.37.0) (2021-03-15) - - -### Features - -* load only active layer AB[#6421](https://github.com/rodekruis/IBF-system/issues/6421) ([ec4371e](https://github.com/rodekruis/IBF-system/commit/ec4371e4a43e0231bafdc427e1c5454690235fea)) - - - diff --git a/package.json b/package.json index 2f710512a..579f5f3bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.40.1", + "version": "0.40.2", "private": true, "scripts": { "demo": "npx npm-run-all --print-label --parallel start open",