From 482e6ec5454db82477812558f198538f4ad040a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 22:14:08 +0300 Subject: [PATCH] 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 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68450126..0b7d5338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ### 🐞 Bug fixes - _...Add new stuff here..._ -## 2.1.0 +## 2.1.1 ### ✨ Features and improvements diff --git a/package-lock.json b/package-lock.json index af0c8368..c1bbf7bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index f537501a..c12e7652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maputnik", - "version": "2.1.0", + "version": "2.1.1", "description": "A MapLibre GL visual style editor", "type": "module", "main": "''",