Skip to content

Commit 83b4c53

Browse files
committed
Release 0.15.0
1 parent 0b11547 commit 83b4c53

3 files changed

Lines changed: 17 additions & 19 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Changed
11-
- Add `ParserAdapter#init()` to public API
12-
10+
## [0.15.0] - 2022-04-27
1311
### Added
1412
- Added support for PHP ([#28](https://github.com/cucumber/language-service/pull/28))
1513

16-
## [0.14.4] - 2022-04-25
17-
### Added
18-
- Added support for PHP ([#28](https://github.com/cucumber/language-service/pull/28))
14+
### Changed
15+
- Add `ParserAdapter#init()` to public API
1916

17+
## [0.14.4] - 2022-04-25
2018
### Fixed
21-
2219
- Make sure `dist/cjs/package.json` is added to published npm module
2320

2421
## [0.14.3] - 2022-04-25
@@ -133,7 +130,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
133130
([#1732](https://github.com/cucumber/common/pull/1732)
134131
[aslakhellesoy](https://github.com/aslakhellesoy))
135132

136-
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.14.4...HEAD
133+
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.15.0...HEAD
134+
[0.15.0]: https://github.com/cucumber/language-service/compare/v0.14.4...v0.15.0
137135
[0.14.4]: https://github.com/cucumber/language-service/compare/v0.14.3...v0.14.4
138136
[0.14.3]: https://github.com/cucumber/language-service/compare/v0.14.2...v0.14.3
139137
[0.14.2]: https://github.com/cucumber/language-service/compare/v0.14.1...v0.14.2

package-lock.json

Lines changed: 9 additions & 9 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.14.4",
3+
"version": "0.15.0",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",
@@ -61,7 +61,7 @@
6161
"@cucumber/message-streams": "^4.0.1",
6262
"@types/glob": "7.2.0",
6363
"@types/mocha": "9.1.1",
64-
"@types/node": "17.0.27",
64+
"@types/node": "17.0.29",
6565
"@typescript-eslint/eslint-plugin": "5.21.0",
6666
"@typescript-eslint/parser": "5.21.0",
6767
"eslint": "8.14.0",

0 commit comments

Comments
 (0)