From 7c50933d75bafef243870209a335eef076ec4854 Mon Sep 17 00:00:00 2001 From: Jake Low Date: Wed, 6 Nov 2024 15:43:58 -0800 Subject: [PATCH] Bump version to 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca616fa..6a3787b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Log of changes since the 2.0 version +### 1.1.0 + +- Fix Chinese text input in location search bar (#671) +- Add link to Pascal Neis' Changeset Visualization app (#690) +- Simplify Docker image configuration and deployment (#749) +- Switch to Plausible analytics (#750) + ### 1.0.2 - Update changeset-map to 1.14.0 - Update @turf dependencies to 7.1.0 diff --git a/package.json b/package.json index 125939ea..0203401e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osmcha-frontend", - "version": "1.0.2", + "version": "1.1.0", "license": "ISC", "engines": { "node": ">=7.0"