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 08e76c1 commit 09e7ac3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Fixes
- 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))
## [1.0.1] - 2022-10-10

## [1.0.0] - 2022-10-05
### Added
Expand Down Expand Up @@ -267,7 +266,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/v1.0.0...HEAD
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/cucumber/language-service/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/cucumber/language-service/compare/v0.33.0...v1.0.0
[0.33.0]: https://github.com/cucumber/language-service/compare/v0.32.0...v0.33.0
[0.32.0]: https://github.com/cucumber/language-service/compare/v0.31.0...v0.32.0
Expand Down Expand Up @@ -319,3 +319,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[0.2.0]: https://github.com/cucumber/language-service/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/cucumber/language-service/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/cucumber/language-service/tree/v0.1.0
0...v0.1.1
[0.1.0]: https://github.com/cucumber/language-service/tree/v0.1.0
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": "1.0.0",
"version": "1.0.1",
"description": "Cucumber Language Service",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit 09e7ac3

Please sign in to comment.