Skip to content

Commit 5a1d19a

Browse files
author
Steve Gilroy
committed
temp release for astropi launch without timer bug fix
1 parent 95690c2 commit 5a1d19a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [Unreleased]
6+
## [0.5.0]
77

88
### Added
99

@@ -71,9 +71,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7171
### Added
7272
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
7373

74-
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.4.0...HEAD
74+
[Unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.5.0...HEAD
7575
[0.1.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.1.0
7676
[0.2.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.2.0
7777
[0.3.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.3.0
7878
[0.4.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.4.0
79+
[0.5.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.5.0
80+
7981

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.4.0",
3+
"version": "0.5.0",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.17.10",

0 commit comments

Comments
 (0)