Skip to content

Commit 4860e2f

Browse files
committed
Release 0.14.0
1 parent d0543d5 commit 4860e2f

3 files changed

Lines changed: 18 additions & 14 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Fixed
11-
- Fixed escaping of LSP snippets ([#34](https://github.com/cucumber/language-service/pull/34))
12-
10+
## [0.14.0] - 2022-04-25
1311
### Added
1412
- Added support for C# ([#29](https://github.com/cucumber/language-service/pull/29), [#35](https://github.com/cucumber/language-service/pull/35))
15-
- Added back wasm support that was deleted in 0.13.0 ([#33](https://github.com/cucumber/language-service/pull/33))
13+
- Added back wasm support that was removed in 0.13.0 ([#33](https://github.com/cucumber/language-service/pull/33))
14+
15+
### Fixed
16+
- Fixed escaping of LSP snippets ([#34](https://github.com/cucumber/language-service/pull/34))
1617

1718
## [0.13.0] - 2022-04-22
1819
### Changed
@@ -106,7 +107,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
106107
([#1732](https://github.com/cucumber/common/pull/1732)
107108
[aslakhellesoy](https://github.com/aslakhellesoy))
108109

109-
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.13.0...HEAD
110+
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.14.0...HEAD
111+
[0.14.0]: https://github.com/cucumber/language-service/compare/v0.13.0...v0.14.0
110112
[0.13.0]: https://github.com/cucumber/language-service/compare/v0.12.1...v0.13.0
111113
[0.12.1]: https://github.com/cucumber/language-service/compare/v0.12.0...v0.12.1
112114
[0.12.0]: https://github.com/cucumber/language-service/compare/v0.11.0...v0.12.0

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/language-service",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",
@@ -60,7 +60,7 @@
6060
"@cucumber/message-streams": "^4.0.1",
6161
"@types/glob": "7.2.0",
6262
"@types/mocha": "9.1.1",
63-
"@types/node": "17.0.25",
63+
"@types/node": "17.0.26",
6464
"@typescript-eslint/eslint-plugin": "5.20.0",
6565
"@typescript-eslint/parser": "5.20.0",
6666
"eslint": "8.14.0",

0 commit comments

Comments
 (0)