Skip to content

Commit e9cbd76

Browse files
patch0Scott
andauthored
Release v0.14.0 (#427)
Update changelog for release --------- Co-authored-by: Scott <[email protected]>
1 parent 5c5d63d commit e9cbd76

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.14.0] - 2023-03-28
10+
911
### Added
1012

1113
- Load project based on locale (#410, #425)
1214
- Ability to recognise py5 magic comment (#412)
13-
- Allow py5 imported mode not to need run_sketch (#417)
15+
- Allow py5 imported mode not to need `run_sketch` (#417)
1416
- Python blob and skulpt module for py5 imported mode (#414)
1517
- Cypress tests for `py5` imported mode (#412, #414, #417, #426)
1618

@@ -305,7 +307,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
305307

306308
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
307309

308-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.13.0...HEAD
310+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.14.0...HEAD
311+
[0.14.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.14.0
309312
[0.13.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.13.0
310313
[0.12.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.12.0
311314
[0.11.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)