Skip to content

Commit 8193e5c

Browse files
committed
Prepare release v0.11.0
Created-by: polyglot-release v1.0.0
1 parent 5378f8b commit 8193e5c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.11.0] - 2022-08-28
1011
### Changed
1112
- Upgrade all dependencies
1213

@@ -87,7 +88,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8788
### Added
8889
- First release
8990

90-
[Unreleased]: https://github.com/cucumber/monaco/compare/v0.10.0...HEAD
91+
[Unreleased]: https://github.com/cucumber/monaco/compare/v0.11.0...HEAD
92+
[0.11.0]: https://github.com/cucumber/monaco/compare/v0.10.0...v0.11.0
9193
[0.10.0]: https://github.com/cucumber/monaco/compare/v0.9.0...v0.10.0
9294
[0.9.0]: https://github.com/cucumber/monaco/compare/v0.8.0...v0.9.0
9395
[0.8.0]: https://github.com/cucumber/monaco/compare/v0.7.0...v0.8.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/monaco",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Cucumber Monaco",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)