Skip to content

Commit

Permalink
Prepare release v1.4.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.0
  • Loading branch information
aslakhellesoy committed Dec 8, 2022
1 parent 3d01665 commit 2ef6b3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Fixed
- Fixed a regression in the python language implementation for regexes [#119](https://github.com/cucumber/language-service/pull/119)

## [1.4.0] - 2022-12-08
### Added
- Added support for JavaScript - [#42](https://github.com/cucumber/language-service/issues/42), [#115](https://github.com/cucumber/language-service/pull/115), [#120](https://github.com/cucumber/language-service/pull/120)

### Fixed
- Fixed a regression in the python language implementation for regexes [#119](https://github.com/cucumber/language-service/pull/119)

## [1.3.0] - 2022-11-28
### Added
- Upgraded `cucumber-expressions`, with new `builtin` accessor on parameter types.
Expand Down Expand Up @@ -293,7 +294,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/v1.3.0...HEAD
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/cucumber/language-service/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/cucumber/language-service/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/cucumber/language-service/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/cucumber/language-service/compare/v1.1.0...v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/language-service",
"version": "1.3.0",
"version": "1.4.0",
"description": "Cucumber Language Service",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit 2ef6b3d

Please sign in to comment.