Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
482e6ec545 Bump version to 2.1.1 (#927)
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>
2024-08-29 22:14:08 +03:00
Kevin Schaul
ca45bcce86 Fix release-notes.js (#926)
Was missing trailing `, causing [this
failure](https://github.com/maplibre/maputnik/actions/runs/10619718712/job/29437920164)
2024-08-29 22:11:14 +03:00
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
### 🐞 Bug fixes
- _...Add new stuff here..._
## 2.1.0
## 2.1.1
### ✨ Features and improvements

View File

@@ -42,7 +42,7 @@ if (previous) {
}
const templatedReleaseNotes = `${header}
${latest.changelog}
${latest.changelog}`;
// eslint-disable-next-line eol-last
process.stdout.write(templatedReleaseNotes.trimEnd());

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "maputnik",
"version": "2.1.0",
"version": "2.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "maputnik",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"dependencies": {
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",

View File

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