diff --git a/CHANGELOG.md b/CHANGELOG.md index ddedf7ed8..e1cc2da35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -415,7 +415,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.16.1...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.17.0...HEAD +[0.16.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.17.0 [0.16.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.16.1 [0.16.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.16.0 [0.15.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.15.0 diff --git a/package.json b/package.json index f15d75b8e..a24aca386 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.16.1", + "version": "0.17.0", "private": true, "dependencies": { "@apollo/client": "^3.7.8",