diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa3d6100..a3b9bb9a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## [0.21.2] - 2024-01-23 + ### Changed - Minor copy changes to HTML add file modal @@ -689,7 +691,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Events in Web Component indicating whether Mission Zero criteria have been met (#113) -[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.21.1...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.21.2...HEAD +[0.21.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.21.2 [0.21.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.21.1 [0.21.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.21.0 [0.20.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.20.0 diff --git a/package.json b/package.json index 5316e89e4..9ea4188f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.21.1", + "version": "0.21.2", "private": true, "dependencies": { "@apollo/client": "^3.7.8",