diff --git a/CHANGELOG.md b/CHANGELOG.md index e21613ad..68450126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,24 @@ ## main ### ✨ Features and improvements -- Add GitHub workflows for releasing new versions -- Update desktop build to pull from this repo (#922) - _...Add new stuff here..._ ### 🐞 Bug fixes - _...Add new stuff here..._ +## 2.1.0 + +### ✨ Features and improvements + +- Add GitHub workflows for releasing new versions +- Update desktop build to pull from this repo (#922) + ## 2.0.0 + - Update MapLibre to version 4 (#872) +- Start continuous deployment of maputnik website ## 1.7.0 + - See release notes at https://maputnik.github.io/blog/2020/04/23/release-v1.7.0 diff --git a/package-lock.json b/package-lock.json index 38e754eb..af0c8368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maputnik", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maputnik", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@mapbox/mapbox-gl-rtl-text": "^0.2.3", diff --git a/package.json b/package.json index 73eabc62..f537501a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maputnik", - "version": "2.0.0", + "version": "2.1.0", "description": "A MapLibre GL visual style editor", "type": "module", "main": "''",