Bump version to 2.1.0 (#925)

Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

---------

Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com>
Co-authored-by: Harel M <harel.mazor@gmail.com>
This commit is contained in:
github-actions[bot]
2024-08-29 20:22:26 +03:00
committed by GitHub
parent 3773acd5be
commit 4dd34e99fd
3 changed files with 13 additions and 5 deletions

View File

@@ -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

4
package-lock.json generated
View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "maputnik",
"version": "2.0.0",
"version": "2.1.0",
"description": "A MapLibre GL visual style editor",
"type": "module",
"main": "''",