File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments