From e9cbd765f38d954b429be2bfa638acaf3190775b Mon Sep 17 00:00:00 2001 From: Patrick Cherry Date: Thu, 13 Apr 2023 09:56:05 +0100 Subject: [PATCH] Release v0.14.0 (#427) Update changelog for release --------- Co-authored-by: Scott --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a70adc317..7906589b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.14.0] - 2023-03-28 + ### Added - Load project based on locale (#410, #425) - Ability to recognise py5 magic comment (#412) -- Allow py5 imported mode not to need run_sketch (#417) +- Allow py5 imported mode not to need `run_sketch` (#417) - Python blob and skulpt module for py5 imported mode (#414) - Cypress tests for `py5` imported mode (#412, #414, #417, #426) @@ -305,7 +307,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.13.0...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.14.0 [0.13.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.13.0 [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 diff --git a/package.json b/package.json index 02c74481b..d1fd0676b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.13.0", + "version": "0.14.0", "private": true, "dependencies": { "@apollo/client": "^3.7.8",