Skip to content

Commit

Permalink
Release 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed May 10, 2022
1 parent b34ea18 commit 69c0b13
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 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.18.1] - 2022-05-10
### Fixed
- Remove logging

## [0.18.0] - 2022-05-10
### Changed
- Autocomlete suggestions now set `filterText` to prevent VSCode from filtering out suggestions
Expand Down Expand Up @@ -146,7 +150,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
([#1732](https://github.com/cucumber/common/pull/1732)
[aslakhellesoy](https://github.com/aslakhellesoy))

[Unreleased]: https://github.com/cucumber/language-service/compare/v0.18.0...HEAD
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.18.1...HEAD
[0.18.1]: https://github.com/cucumber/language-service/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/cucumber/language-service/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/cucumber/language-service/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/cucumber/language-service/compare/v0.15.0...v0.16.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-service",
"version": "0.18.0",
"version": "0.18.1",
"description": "Cucumber Language Service",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down
3 changes: 0 additions & 3 deletions src/service/getGherkinCompletionItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ export function getGherkinCompletionItems(
},
},
}
const { label } = item
console.log({ label, sortText })
console.log()
return item
})
}

0 comments on commit 69c0b13

Please sign in to comment.