diff --git a/CHANGELOG.md b/CHANGELOG.md index cd34af4b80..d42f7a6b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,22 @@ ## main ### ✨ Features and improvements -- Hide Popup when its parent Marker is behind terrain ([#3865](https://github.com/maplibre/maplibre-gl-js/pull/3865)) - _...Add new stuff here..._ ### 🐞 Bug fixes +- _...Add new stuff here..._ + +## 4.1.2 + +### ✨ Features and improvements + +- Hide Popup when its parent Marker is behind terrain ([#3865](https://github.com/maplibre/maplibre-gl-js/pull/3865)) + +### 🐞 Bug fixes + - Fix type definition on `localIdeographFontFamily` ([#3896](https://github.com/maplibre/maplibre-gl-js/pull/3896)) - Fix unwanted panning changes at the end of a panning motion ([#3872](https://github.com/maplibre/maplibre-gl-js/issues/3872)) - Fix `close` events being fired for popups that aren't open -- _...Add new stuff here..._ ## 4.1.1 diff --git a/package-lock.json b/package-lock.json index 200e4b858f..848c7c6534 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maplibre-gl", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maplibre-gl", - "version": "4.1.1", + "version": "4.1.2", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index 9f05ac91ff..2b2c39b628 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maplibre-gl", "description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library", - "version": "4.1.1", + "version": "4.1.2", "main": "dist/maplibre-gl.js", "style": "dist/maplibre-gl.css", "license": "BSD-3-Clause",