Skip to content

Commit bb141f9

Browse files
committed
Prepare release v1.7.0
Created-by: polyglot-release v1.3.0
1 parent c98a2d7 commit bb141f9

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.7.0] - 2022-12-08
1011
### Added
1112
- Added support for JavaScript - [#42](https://github.com/cucumber/language-service/issues/42), [#115](https://github.com/cucumber/language-service/pull/115), [#120](https://github.com/cucumber/language-service/pull/120)
1213

@@ -149,7 +150,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
149150
### Added
150151
- First release
151152

152-
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.6.0...HEAD
153+
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.7.0...HEAD
154+
[1.7.0]: https://github.com/cucumber/vscode/compare/v1.6.0...v1.7.0
153155
[1.6.0]: https://github.com/cucumber/vscode/compare/v1.5.1...v1.6.0
154156
[1.5.1]: https://github.com/cucumber/vscode/compare/v1.5.0...v1.5.1
155157
[1.5.0]: https://github.com/cucumber/vscode/compare/v1.4.1...v1.5.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.6.0",
5+
"version": "1.7.0",
66
"publisher": "CucumberOpen",
77
"engines": {
88
"vscode": "^1.72.0"

0 commit comments

Comments
 (0)