diff --git a/CHANGELOG.md b/CHANGELOG.md index 822d3a0d0..14bedd07e 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.28.10] - 2024-11-29 + ### Fixed - Enable p5 code to be ran multiple times without runner errors (#1147) @@ -993,7 +995,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.28.9...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.10...HEAD +[0.28.10]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.10 [0.28.9]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.9 [0.28.8]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.8 [0.28.7]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.7 diff --git a/package.json b/package.json index caef9385a..2b22255c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.28.9", + "version": "0.28.10", "private": true, "dependencies": { "@apollo/client": "^3.7.8",