diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f6b1233..a1f21a09a 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.1] - 2024-01-11 + ### Added - Download panel save button (#872) @@ -675,7 +677,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.0...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.21.1...HEAD +[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 [0.19.4]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.4 diff --git a/package.json b/package.json index 83e7f94b3..0a10c382c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.21.0", + "version": "0.21.1", "private": true, "dependencies": { "@apollo/client": "^3.7.8",