Skip to content

Commit 5f99d36

Browse files
committed
Prepare release v1.2.0
Created-by: polyglot-release v-develop
1 parent 7fa93d1 commit 5f99d36

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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+
## [1.2.0] - 2022-05-24
1011
### Added
1112
- Implemented generate step definition quick-fix
1213

@@ -55,7 +56,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5556
### Added
5657
- First release
5758

58-
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.1.0...HEAD
59+
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.2.0...HEAD
60+
[1.2.0]: https://github.com/cucumber/vscode/compare/v1.1.0...v1.2.0
5961
[1.1.0]: https://github.com/cucumber/vscode/compare/v1.0.9...v1.1.0
6062
[1.0.9]: https://github.com/cucumber/vscode/compare/v1.0.8...v1.0.9
6163
[1.0.8]: https://github.com/cucumber/vscode/compare/v1.0.7...v1.0.8

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cucumber-official",
33
"displayName": "Cucumber",
44
"description": "Cucumber for Visual Studio Code",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"publisher": "CucumberOpen",
77
"engines": {
88
"vscode": "^1.63.2"

0 commit comments

Comments
 (0)