Skip to content

Commit a300f8f

Browse files
committed
Prepare release v1.5.1
Created-by: polyglot-release v1.1.0
1 parent dfcb887 commit a300f8f

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.5.1] - 2022-10-11
1011
### Fixed
1112
- (TypeScript) Fix bug in template literal recognition
1213

@@ -137,7 +138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
137138
### Added
138139
- First release
139140

140-
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.5.0...HEAD
141+
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.5.1...HEAD
142+
[1.5.1]: https://github.com/cucumber/vscode/compare/v1.5.0...v1.5.1
141143
[1.5.0]: https://github.com/cucumber/vscode/compare/v1.4.1...v1.5.0
142144
[1.4.1]: https://github.com/cucumber/vscode/compare/v1.4.0...v1.4.1
143145
[1.4.0]: https://github.com/cucumber/vscode/compare/v1.3.0...v1.4.0

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

0 commit comments

Comments
 (0)