Skip to content

Commit

Permalink
Release v0.14.0 (#427)
Browse files Browse the repository at this point in the history
Update changelog for release

---------

Co-authored-by: Scott <[email protected]>
  • Loading branch information
patch0 and sra405 authored Apr 13, 2023
1 parent 5c5d63d commit e9cbd76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raspberrypifoundation/editor-ui",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.8",
Expand Down

0 comments on commit e9cbd76

Please sign in to comment.