diff --git a/CHANGELOG.md b/CHANGELOG.md index eb469ec1..553a495f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.9](https://github.com/dhis2/maps-gl/compare/v3.0.8...v3.0.9) (2022-02-15) + + +### Bug Fixes + +* check if map still exists before removing layer events ([#445](https://github.com/dhis2/maps-gl/issues/445)) ([c97384f](https://github.com/dhis2/maps-gl/commit/c97384f9ddc8d8481a7b02777d0f2f904d54b86a)) + ## [3.0.8](https://github.com/dhis2/maps-gl/compare/v3.0.7...v3.0.8) (2022-02-13) diff --git a/package.json b/package.json index 360321e6..02b57370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/maps-gl", - "version": "3.0.8", + "version": "3.0.9", "description": "A WebGL rendering engine for DHIS2 maps based on Mapbox GL JS.", "publishConfig": { "access": "public"