Skip to content

Commit 4fa99bd

Browse files
committed
Prepare release v1.9.0
Created-by: polyglot-release v1.3.2
1 parent 5ae3cd6 commit 4fa99bd

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [1.9.0] - 2024-03-24
911
### Added
1012
- Cucumber icon for feature files ([#206](https://github.com/cucumber/vscode/pull/206))
1113
- Semantic highlighting enabled by default for gherkin ([#207](https://github.com/cucumber/vscode/pull/207))
@@ -165,7 +167,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
165167
### Added
166168
- First release
167169

168-
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.8.1...HEAD
170+
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.9.0...HEAD
171+
[1.9.0]: https://github.com/cucumber/vscode/compare/v1.8.1...v1.9.0
169172
[1.8.1]: https://github.com/cucumber/vscode/compare/v1.8.0...v1.8.1
170173
[1.8.0]: https://github.com/cucumber/vscode/compare/v1.7.0...v1.8.0
171174
[1.7.0]: https://github.com/cucumber/vscode/compare/v1.6.0...v1.7.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.8.1",
5+
"version": "1.9.0",
66
"publisher": "CucumberOpen",
77
"engines": {
88
"vscode": "^1.82.0"

0 commit comments

Comments
 (0)