diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ec41d2e..c8be07c7d 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.12.0] - 2023-01-27 + ### Changed - Simplified the URL structure to replace project type (#347) @@ -233,7 +235,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - Events in Web Component indicating whether Mission Zero criteria have been met (#113) -[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.12.0 [0.11.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.11.0 [0.10.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.10.0 [0.9.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.9.0 diff --git a/package.json b/package.json index 6be25a105..83d0383a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.11.0", + "version": "0.12.0", "private": true, "dependencies": { "@babel/core": "^7.17.10",