Skip to content

Commit

Permalink
Prepare release v1.0.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.1.0
  • Loading branch information
aslakhellesoy committed Oct 10, 2022
1 parent 24d5c26 commit cd38347
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.1] - 2022-10-10
### Fixed
- Fix rust snippet fn name to lowercase ([#103](https://github.com/cucumber/language-service/issues/103), [#104](https://github.com/cucumber/language-service/pull/104))

Expand Down Expand Up @@ -205,7 +206,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.0.0...HEAD
[Unreleased]: https://github.com/cucumber/language-server/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/cucumber/language-server/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/cucumber/language-server/compare/v0.13.1...v1.0.0
[0.13.1]: https://github.com/cucumber/language-server/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/cucumber/language-server/compare/v0.12.14...v0.13.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.0.0",
"version": "1.0.1",
"description": "Cucumber Language Server",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit cd38347

Please sign in to comment.