diff --git a/CHANGELOG.md b/CHANGELOG.md index e6180963b1f..2ea620d3705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.9.2 +- Fix display of user-rendered images. +- Fix a broken build issue in specific bundling configurations using Vite or ESBuild. +- Fix console error issue that sometimes occur during map initialization. + ## 3.9.1 - Fix an error when using background patterns on styles with vector icons enabled. diff --git a/package-lock.json b/package-lock.json index ebe2a0aa200..8e3e47d0d4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mapbox-gl", - "version": "3.9.1", + "version": "3.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mapbox-gl", - "version": "3.9.1", + "version": "3.9.2", "license": "SEE LICENSE IN LICENSE.txt", "workspaces": [ "src/style-spec", diff --git a/package.json b/package.json index 8f5856eb081..fa3ca9eebc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "3.9.1", + "version": "3.9.2", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "types": "dist/mapbox-gl.d.ts",