Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Apr 27, 2022
1 parent 0b11547 commit 83b4c53
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed
- Add `ParserAdapter#init()` to public API

## [0.15.0] - 2022-04-27
### Added
- Added support for PHP ([#28](https://github.com/cucumber/language-service/pull/28))

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

## [0.14.4] - 2022-04-25
### Fixed

- Make sure `dist/cjs/package.json` is added to published npm module

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

[Unreleased]: https://github.com/cucumber/language-service/compare/v0.14.4...HEAD
[Unreleased]: https://github.com/cucumber/language-service/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/cucumber/language-service/compare/v0.14.4...v0.15.0
[0.14.4]: https://github.com/cucumber/language-service/compare/v0.14.3...v0.14.4
[0.14.3]: https://github.com/cucumber/language-service/compare/v0.14.2...v0.14.3
[0.14.2]: https://github.com/cucumber/language-service/compare/v0.14.1...v0.14.2
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/language-service",
"version": "0.14.4",
"version": "0.15.0",
"description": "Cucumber Language Service",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@cucumber/message-streams": "^4.0.1",
"@types/glob": "7.2.0",
"@types/mocha": "9.1.1",
"@types/node": "17.0.27",
"@types/node": "17.0.29",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"eslint": "8.14.0",
Expand Down

0 comments on commit 83b4c53

Please sign in to comment.