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.1.0
  • Loading branch information
aslakhellesoy committed Oct 6, 2022
1 parent 8373173 commit 41255da
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,15 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.4.0] - 2022-10-06
### Added
- Support for [Cucumber Rust](https://github.com/cucumber-rs/cucumber) ([#82](https://github.com/cucumber/language-service/issues/82), [#99](https://github.com/cucumber/language-service/pull/99))

### Changed
- The Cucumber Language Server is now started in-process ([#105](https://github.com/cucumber/vscode/pull/105))

### Fixed
- Don't throw an error when Regular Expressions have optional capture groups ([#96](https://github.com/cucumber/language-service/issues/96), [#97](https://github.com/cucumber/language-service/pull/97)).

### Changed
- The Cucumber Language Server is now started in-process ([#105](https://github.com/cucumber/vscode/pull/105))

## [1.3.0] - 2022-09-10
### Added
- Add support for `.tsx` ([#87](https://github.com/cucumber/language-service/issues/87) [#90](https://github.com/cucumber/language-service/pull/90))
Expand Down Expand Up @@ -122,7 +123,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/vscode/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/cucumber/vscode/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/cucumber/vscode/compare/v1.2.11...v1.3.0
[1.2.11]: https://github.com/cucumber/vscode/compare/v1.2.10...v1.2.11
[1.2.10]: https://github.com/cucumber/vscode/compare/v1.2.9...v1.2.10
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
Expand Up @@ -2,7 +2,7 @@
"name": "cucumber-official",
"displayName": "Cucumber",
"description": "Cucumber for Visual Studio Code",
"version": "1.3.0",
"version": "1.4.0",
"publisher": "CucumberOpen",
"engines": {
"vscode": "^1.69.0"
Expand Down

0 comments on commit 41255da

Please sign in to comment.