Skip to content

Commit 9dc5000

Browse files
committed
Prepare release v1.2.1
Created-by: polyglot-release v-develop
1 parent 503b8bd commit 9dc5000

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.1] - 2022-05-25
1011
### Fixed
1112
- Errors during reindexing are hopefully fixed
1213

@@ -59,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5960
### Added
6061
- First release
6162

62-
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.2.0...HEAD
63+
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.2.1...HEAD
64+
[1.2.1]: https://github.com/cucumber/vscode/compare/v1.2.0...v1.2.1
6365
[1.2.0]: https://github.com/cucumber/vscode/compare/v1.1.0...v1.2.0
6466
[1.1.0]: https://github.com/cucumber/vscode/compare/v1.0.9...v1.1.0
6567
[1.0.9]: https://github.com/cucumber/vscode/compare/v1.0.8...v1.0.9

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.2.0",
5+
"version": "1.2.1",
66
"publisher": "CucumberOpen",
77
"engines": {
88
"vscode": "^1.63.2"

0 commit comments

Comments
 (0)