diff --git a/CHANGELOG.md b/CHANGELOG.md index bab21b65b..4d290fa37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +### Changed +### Fixed + +## [0.18.2] - 2023-08-29 + ### Changed - Error capturing for python project fires to editor-api rather than Sentry (#625) @@ -475,7 +480,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.18.1...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.18.2...HEAD +[0.18.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.2 [0.18.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.1 [0.18.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.0 [0.17.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.17.1 diff --git a/package.json b/package.json index 81f5ffc86..f7d37576d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.18.1", + "version": "0.18.2", "private": true, "dependencies": { "@RaspberryPiFoundation/design-system-react": "^0.0.3-alpha",