Skip to content

Commit

Permalink
Prepare release v1.4.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
xeger committed Jul 16, 2023
1 parent 06d13a2 commit 1422a6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.4.1] - 2023-07-16
### Fixed
- (Python) There was a bug in how long concatenated strings were handled for multi-line regexes
- Updated TreeSitter and numerous other dependencies to promote runtime compatibility with Electron 14.
Expand Down Expand Up @@ -297,7 +299,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.4.0...HEAD
[Unreleased]: https://github.com/cucumber/language-service/compare/v1.4.1...HEAD
[1.4.1]: https://github.com/cucumber/language-service/compare/v1.4.0...v1.4.1
[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
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.4.0",
"version": "1.4.1",
"description": "Cucumber Language Service",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit 1422a6f

Please sign in to comment.