diff --git a/CHANGELOG.md b/CHANGELOG.md index d0bb02fc5bf..52dcd2dbe24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.9.4 +- Fix vector icons rendering with stretch areas on high DPI devices. + ## 3.9.3 - Fix issues when updating feature state on symbol layers. - Fix canvas source not rendering correctly after a canvas resize. diff --git a/package-lock.json b/package-lock.json index 87786b8cc70..93d5ad11ed8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mapbox-gl", - "version": "3.9.3", + "version": "3.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mapbox-gl", - "version": "3.9.3", + "version": "3.9.4", "license": "SEE LICENSE IN LICENSE.txt", "workspaces": [ "src/style-spec", diff --git a/package.json b/package.json index e691eab7a51..5a97b368556 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "3.9.3", + "version": "3.9.4", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "types": "dist/mapbox-gl.d.ts",