From 26edc20d6cc7dfd6630df6b82bc5180826b359ec Mon Sep 17 00:00:00 2001 From: HarelM <3269297+HarelM@users.noreply.github.com> Date: Wed, 15 Oct 2025 07:19:05 +0000 Subject: [PATCH 1/2] Bump version to 24.3.0 --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e23fb43..afabed93a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ ## 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 + +### 🐞 Bug fixes + ## 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", From 8a51b3f6244a5d067ce883c455b98fabfb91aeb0 Mon Sep 17 00:00:00 2001 From: Harel M Date: Wed, 15 Oct 2025 10:19:44 +0300 Subject: [PATCH 2/2] Update CHANGELOG for version 24.3.0 Added optional `encoding` property to vector `source` for MapLibre Tile vector sources. --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afabed93a..13f4967fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,8 @@ ## 24.3.0 ### ✨ Features and improvements -- Add optional `encoding` property to vector `source` to allow for MapLibre Tile vector sources -### 🐞 Bug fixes +- Add optional `encoding` property to vector `source` to allow for MapLibre Tile vector sources ## 24.2.0