Skip to content

Commit

Permalink
Prepare release v1.6.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 7955271 commit 935acf7
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.6.0] - 2024-04-21
### Added
- (Go) Support for Godog step definitions ([#106](https://github.com/cucumber/language-server/pull/106))

Expand Down Expand Up @@ -246,7 +248,8 @@ code is. The server uses this for auto complete and detecting defined steps.
### Added
- First release

[Unreleased]: https://github.com/cucumber/language-server/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/cucumber/language-server/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/cucumber/language-server/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/cucumber/language-server/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/cucumber/language-server/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/cucumber/language-server/compare/v1.2.0...v1.3.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
@@ -1,6 +1,6 @@
{
"name": "@cucumber/language-server",
"version": "1.5.0",
"version": "1.6.0",
"description": "Cucumber Language Server",
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 935acf7

Please sign in to comment.