diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e23fb43..13f4967fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ ## main ### ✨ Features and improvements -- Add optional `encoding` property to vector `source` to allow for MapLibre Tile vector sources - _...Add new stuff here..._ ### 🐞 Bug fixes - _...Add new stuff here..._ +## 24.3.0 + +### ✨ Features and improvements + +- Add optional `encoding` property to vector `source` to allow for MapLibre Tile vector sources + ## 24.2.0 ### ✨ Features and improvements diff --git a/package-lock.json b/package-lock.json index a3b9dcf0a..4f8922b97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@maplibre/maplibre-gl-style-spec", - "version": "24.2.0", + "version": "24.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@maplibre/maplibre-gl-style-spec", - "version": "24.2.0", + "version": "24.3.0", "license": "ISC", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", diff --git a/package.json b/package.json index c94399c7a..940d4325e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-gl-style-spec", "description": "a specification for maplibre styles", - "version": "24.2.0", + "version": "24.3.0", "author": "MapLibre", "keywords": [ "mapbox",