Skip to content

Commit 1422a6f

Browse files
committed
Prepare release v1.4.1
Created-by: polyglot-release v1.3.2
1 parent 06d13a2 commit 1422a6f

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [1.4.1] - 2023-07-16
911
### Fixed
1012
- (Python) There was a bug in how long concatenated strings were handled for multi-line regexes
1113
- Updated TreeSitter and numerous other dependencies to promote runtime compatibility with Electron 14.
@@ -297,7 +299,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
297299
([#1732](https://github.com/cucumber/common/pull/1732)
298300
[aslakhellesoy](https://github.com/aslakhellesoy))
299301

300-
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.4.0...HEAD
302+
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.4.1...HEAD
303+
[1.4.1]: https://github.com/cucumber/language-service/compare/v1.4.0...v1.4.1
301304
[1.4.0]: https://github.com/cucumber/language-service/compare/v1.3.0...v1.4.0
302305
[1.3.0]: https://github.com/cucumber/language-service/compare/v1.2.0...v1.3.0
303306
[1.2.0]: https://github.com/cucumber/language-service/compare/v1.1.1...v1.2.0

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.4.0",
3+
"version": "1.4.1",
44
"description": "Cucumber Language Service",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)