Skip to content

Commit

Permalink
Prepare release v1.10.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
kieran-ryan committed Apr 21, 2024
1 parent dafadad commit d0f9dba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.10.0] - 2024-04-21
### Added
- (Go) Godog step definitions support ([language-service#130](https://github.com/cucumber/language-service/pull/130))
- (Java) Cucumber JVM `@And` and `@But` step definition annotations support ([language-service#202](https://github.com/cucumber/language-service/pull/202))
Expand Down Expand Up @@ -185,7 +187,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/vscode/compare/v1.9.0...HEAD
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.10.0...HEAD
[1.10.0]: https://github.com/cucumber/vscode/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/cucumber/vscode/compare/v1.8.1...v1.9.0
[1.8.1]: https://github.com/cucumber/vscode/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/cucumber/vscode/compare/v1.7.0...v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cucumber-official",
"displayName": "Cucumber",
"description": "Cucumber for Visual Studio Code",
"version": "1.9.0",
"version": "1.10.0",
"publisher": "CucumberOpen",
"engines": {
"vscode": "^1.82.0"
Expand Down

0 comments on commit d0f9dba

Please sign in to comment.