Skip to content

Commit dcb3b78

Browse files
committed
Release 0.10.1
1 parent 3ca3b30 commit dcb3b78

3 files changed

Lines changed: 78 additions & 76 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

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

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

80-
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.10.0...HEAD
81+
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.10.1...HEAD
82+
[0.10.1]: https://github.com/cucumber/language-service/compare/v0.10.0...0.10.1
8183
[0.10.0]: https://github.com/cucumber/language-service/compare/v0.9.0...0.10.0
8284
[0.9.0]: https://github.com/cucumber/language-service/compare/v0.8.0...0.9.0
8385
[0.8.0]: https://github.com/cucumber/language-service/compare/v0.7.1...0.8.0

package-lock.json

Lines changed: 72 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/language-service",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",
@@ -54,8 +54,8 @@
5454
"@stryker-mutator/typescript-checker": "^5.4.1",
5555
"@types/mocha": "9.0.0",
5656
"@types/node": "16.11.6",
57-
"@typescript-eslint/eslint-plugin": "5.3.0",
58-
"@typescript-eslint/parser": "5.3.0",
57+
"@typescript-eslint/eslint-plugin": "5.3.1",
58+
"@typescript-eslint/parser": "5.3.1",
5959
"eslint": "8.2.0",
6060
"eslint-config-prettier": "8.3.0",
6161
"eslint-plugin-import": "2.25.2",

0 commit comments

Comments
 (0)