Skip to content

Commit 2ef6b3d

Browse files
committed
Prepare release v1.4.0
Created-by: polyglot-release v1.3.0
1 parent 3d01665 commit 2ef6b3d

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 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 a regression in the python language implementation for regexes [#119](https://github.com/cucumber/language-service/pull/119)
12-
10+
## [1.4.0] - 2022-12-08
1311
### Added
1412
- 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)
1513

14+
### Fixed
15+
- Fixed a regression in the python language implementation for regexes [#119](https://github.com/cucumber/language-service/pull/119)
16+
1617
## [1.3.0] - 2022-11-28
1718
### Added
1819
- Upgraded `cucumber-expressions`, with new `builtin` accessor on parameter types.
@@ -293,7 +294,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
293294
([#1732](https://github.com/cucumber/common/pull/1732)
294295
[aslakhellesoy](https://github.com/aslakhellesoy))
295296

296-
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.3.0...HEAD
297+
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.4.0...HEAD
298+
[1.4.0]: https://github.com/cucumber/language-service/compare/v1.3.0...v1.4.0
297299
[1.3.0]: https://github.com/cucumber/language-service/compare/v1.2.0...v1.3.0
298300
[1.2.0]: https://github.com/cucumber/language-service/compare/v1.1.1...v1.2.0
299301
[1.1.1]: https://github.com/cucumber/language-service/compare/v1.1.0...v1.1.1

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/language-service",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)