Skip to content

Commit 7c62e8f

Browse files
authored
release version changes (#524)
1 parent b06287e commit 7c62e8f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212

1313
### Fixed
1414

15+
## [0.16.1] - 2023-05-19
16+
17+
### Added
18+
19+
### Changed
20+
21+
### Fixed
22+
1523
- Sentry CORS errors (#523)
1624

1725
## [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/),
382390

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

385-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.16.0...HEAD
393+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.16.1...HEAD
394+
[0.16.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.16.1
386395
[0.16.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.16.0
387396
[0.15.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.15.0
388397
[0.14.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.14.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.16.0",
3+
"version": "0.16.1",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)