diff --git a/CHANGELOG.md b/CHANGELOG.md index d04b7875e..7a16deef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ ## main ### ✨ Features and improvements -Add `vertical-perspective` projection ([#890](https://github.com/maplibre/maplibre-style-spec/pull/890)) - _...Add new stuff here..._ ### 🐞 Bug fixes - _...Add new stuff here..._ +## 21.2.0 + +### ✨ Features and improvements +Add `vertical-perspective` projection ([#890](https://github.com/maplibre/maplibre-style-spec/pull/890)) + ## 21.1.0 ### ✨ Features and improvements diff --git a/package-lock.json b/package-lock.json index 3d530b3b2..16eed6058 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@maplibre/maplibre-gl-style-spec", - "version": "21.1.0", + "version": "21.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@maplibre/maplibre-gl-style-spec", - "version": "21.1.0", + "version": "21.2.0", "license": "ISC", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", diff --git a/package.json b/package.json index 302c35c83..44fd6c144 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maplibre/maplibre-gl-style-spec", "description": "a specification for maplibre styles", - "version": "21.1.0", + "version": "21.2.0", "author": "MapLibre", "keywords": [ "mapbox", diff --git a/src/reference/v8.json b/src/reference/v8.json index 619fc53a9..d91c18f8e 100644 --- a/src/reference/v8.json +++ b/src/reference/v8.json @@ -4578,10 +4578,10 @@ "doc": "Web Mercator projection." }, "globe": { - "doc": "Globe projection. Zoom transition from General Perspective projection to Web Mercator projection." + "doc": "Globe projection. Zoom transition from Vertical Perspective projection to Web Mercator projection." }, "vertical-perspective": { - "doc": "General Perspective projection." + "doc": "Vertical Perspective projection." } } }