From 6a5aabf346baf8ac4964efca23b13fe503c50ced Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 19:57:55 +0000 Subject: [PATCH] Bump version to 20.3.1 (#780) * Bump version to 20.3.1 * Update CHANGELOG.md --------- Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com> Co-authored-by: Harel M --- 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 e56df48e8..26e404453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ - _...Add new stuff here..._ ### 🐞 Bug fixes -- The `index-of`, `length`, and `slice` expression operators count a UTF-16 surrogate pair as a single character. ([#779](https://github.com/maplibre/maplibre-style-spec/pull/779)) + - _...Add new stuff here..._ +## 20.3.1 + +### 🐞 Bug fixes + +- The `index-of`, `length`, and `slice` expression operators count a UTF-16 surrogate pair as a single character. ([#779](https://github.com/maplibre/maplibre-style-spec/pull/779)) + ## 20.3.0 ### ✨ Features and improvements diff --git a/package-lock.json b/package-lock.json index a33ffb4e1..6fc699b8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@maplibre/maplibre-gl-style-spec", - "version": "20.3.0", + "version": "20.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@maplibre/maplibre-gl-style-spec", - "version": "20.3.0", + "version": "20.3.1", "license": "ISC", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", diff --git a/package.json b/package.json index 6ae5ef1dc..8819b3981 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-gl-style-spec", "description": "a specification for maplibre styles", - "version": "20.3.0", + "version": "20.3.1", "author": "MapLibre", "keywords": [ "mapbox",