From 645835d75e81be995430667f179bf30e6289711c Mon Sep 17 00:00:00 2001 From: Scott Adams <74183390+sra405@users.noreply.github.com> Date: Fri, 19 May 2023 09:53:00 +0100 Subject: [PATCH] release version changes --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e5c8324..f479d28d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed +## [0.16.1] - 2023-05-19 + +### Added + +### Changed + +### Fixed + - Sentry CORS errors (#523) ## [0.16.0] - 2023-05-18 @@ -382,7 +390,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.0...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.16.1...HEAD +[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 [0.14.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.14.0 diff --git a/package.json b/package.json index 3193ac3fe..d9707aa92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.16.0", + "version": "0.16.1", "private": true, "dependencies": { "@apollo/client": "^3.7.8",