diff --git a/CHANGELOG.md b/CHANGELOG.md index d863cff62..0fb5d66b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,17 @@ ## main ### ✨ Features and improvements - -- Support `distance` expression in web style spec - [#642](https://github.com/maplibre/maplibre-style-spec/pull/642) - _...Add new stuff here..._ ### 🐞 Bug fixes - - _...Add new stuff here..._ +## 20.2.0 + +### ✨ Features and improvements + +- Support `distance` expression in web style spec - [#642](https://github.com/maplibre/maplibre-style-spec/pull/642) + ## 20.1.1 ### 🐞 Bug fixes diff --git a/package-lock.json b/package-lock.json index 23600f22e..e0b7bfbe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@maplibre/maplibre-gl-style-spec", - "version": "20.1.1", + "version": "20.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@maplibre/maplibre-gl-style-spec", - "version": "20.1.1", + "version": "20.2.0", "license": "ISC", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", diff --git a/package.json b/package.json index ad7cc709e..b6716a705 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.1.1", + "version": "20.2.0", "author": "MapLibre", "keywords": [ "mapbox",