From 923fbc3a477c34049be6a57d539e6d1c916896ac Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 21 May 2024 16:38:04 +1000 Subject: [PATCH] Bump version to 2.22.0-beta1 + release notes (#3197) --- RELEASE-NOTES.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d577763d4..dd9c6b537 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,16 @@ # Changelog +## [v2.22.0] + +### Fixes + +- Adjusted word wrap borders in Safari to match other browsers [#3191](https://github.com/Automattic/simplenote-electron/pull/3191) +- Fixed an issue that caused the right-click menu to vanish immediately in Safari [#3192](https://github.com/Automattic/simplenote-electron/pull/3192) + +### Other Changes + +- Updated dependencies, build pipeline and documentation [#3183](https://github.com/Automattic/simplenote-electron/pull/3183), [#3097](https://github.com/Automattic/simplenote-electron/pull/3097), [#3194](https://github.com/Automattic/simplenote-electron/pull/3194), [#3195](https://github.com/Automattic/simplenote-electron/pull/3195) + ## [v2.21.0] ### Enhancements diff --git a/package-lock.json b/package-lock.json index df4259f96..f7242d4c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simplenote", - "version": "2.21.0", + "version": "2.22.0-beta1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simplenote", - "version": "2.21.0", + "version": "2.22.0-beta1", "license": "GPL-2.0", "dependencies": { "@automattic/color-studio": "2.6.0", diff --git a/package.json b/package.json index 9ceab2258..0e046f2cf 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "support@simplenote.com" }, "productName": "Simplenote", - "version": "2.21.0", + "version": "2.22.0-beta1", "main": "desktop/index.js", "license": "GPL-2.0", "homepage": "https://simplenote.com",