Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed May 5, 2022
1 parent 798c488 commit 7c44592
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 36 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.7.1] - 2022-05-05
### Fixed
- Autocomplete for unmatched step definitions

## [0.7.0] - 2022-04-27
### Added
- Support for C#
Expand Down Expand Up @@ -73,7 +77,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/v0.7.0...HEAD
[Unreleased]: https://github.com/cucumber/language-server/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/cucumber/language-server/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/cucumber/language-server/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/cucumber/language-server/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/cucumber/language-server/compare/v0.5.0...v0.5.1
Expand Down
64 changes: 32 additions & 32 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/language-server",
"version": "0.7.0",
"version": "0.7.1",
"description": "Cucumber Language Server",
"type": "module",
"main": "dist/cjs/src/node/startNodeServer.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@cucumber/cucumber": "8.2.0",
"@types/mocha": "9.1.1",
"@types/node": "17.0.29",
"@types/node": "17.0.31",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0",
"eslint": "8.14.0",
Expand All @@ -84,7 +84,7 @@
"dependencies": {
"@cucumber/cucumber-expressions": "^15.1.1",
"@cucumber/gherkin-utils": "^7.0.0",
"@cucumber/language-service": "^0.15.0",
"@cucumber/language-service": "^0.16.0",
"fast-glob": "3.2.11",
"source-map-support": "0.5.21",
"vscode-languageserver": "7.0.0",
Expand Down

0 comments on commit 7c44592

Please sign in to comment.