Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Nov 8, 2021
1 parent 3ca3b30 commit dcb3b78
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 76 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]

## [0.10.1] - 2021-11-08
### Fixed
- Generate semantic tokens that are supported by the Monaco / Visual Studio Code `vs` theme. ([#12](https://github.com/cucumber/language-service/pull/12)).

Expand Down Expand Up @@ -77,7 +78,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/language-service/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.10.1...HEAD
[0.10.1]: https://github.com/cucumber/language-service/compare/v0.10.0...0.10.1
[0.10.0]: https://github.com/cucumber/language-service/compare/v0.9.0...0.10.0
[0.9.0]: https://github.com/cucumber/language-service/compare/v0.8.0...0.9.0
[0.8.0]: https://github.com/cucumber/language-service/compare/v0.7.1...0.8.0
Expand Down
144 changes: 72 additions & 72 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-service",
"version": "0.10.0",
"version": "0.10.1",
"description": "Cucumber Language Service",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@stryker-mutator/typescript-checker": "^5.4.1",
"@types/mocha": "9.0.0",
"@types/node": "16.11.6",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"eslint": "8.2.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.2",
Expand Down

0 comments on commit dcb3b78

Please sign in to comment.