From 6f827e2964d94d7074adbea5080d155d3139313e Mon Sep 17 00:00:00 2001 From: MusikAnimal Date: Tue, 2 Apr 2024 13:57:35 -0400 Subject: [PATCH] Prepare 0.22.1 release --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a360f9c..ae3ecb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.1] - 2024-04-02 +### Changed +- Translation updates. +### Fixed +- Fix issue with page titles containing question marks and other special characters. + ## [0.22.0] - 2024-03-14 ### Changed - Added support for Arabic Wikipedia. @@ -208,8 +214,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First tagged release - Internationalization improvements -[Unreleased]: https://github.com/wikimedia/WhoWroteThat/compare/0.22.0...HEAD -[0.21.1]: https://github.com/wikimedia/WhoWroteThat/compare/0.21.0...0.22.0 +[Unreleased]: https://github.com/wikimedia/WhoWroteThat/compare/0.22.1...HEAD +[0.22.1]: https://github.com/wikimedia/WhoWroteThat/compare/0.22.0...0.22.1 +[0.22.0]: https://github.com/wikimedia/WhoWroteThat/compare/0.21.0...0.22.0 [0.21.0]: https://github.com/wikimedia/WhoWroteThat/compare/0.20.0...0.21.0 [0.20.0]: https://github.com/wikimedia/WhoWroteThat/compare/0.19.0...0.20.0 [0.19.0]: https://github.com/wikimedia/WhoWroteThat/compare/0.18.0...0.19.0 diff --git a/package.json b/package.json index d3dbe5c..e2dad31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "repository": "https://github.com/wikimedia/WhoWroteThat", - "version": "0.22.0", + "version": "0.22.1", "license": "MIT", "webExt": { "sourceDir": "dist/extension/",