Skip to content

Commit

Permalink
Prepare release v1.5.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 10, 2022
1 parent 7dee596 commit 3f476bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.5.0] - 2022-10-10
### Added
- New Document Outline panel, making it easier to navigate between scenarios.
- (Java) Recognise regexps with `(?i)`, with the caveat that the resulting JavaScript `RegExp` is _not_ case insensitive ([#100](https://github.com/cucumber/language-service/issues/100), [#108](https://github.com/cucumber/language-service/pull/108))
Expand Down Expand Up @@ -133,7 +134,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/vscode/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/cucumber/vscode/compare/v1.4.1...v1.5.0
[1.4.1]: https://github.com/cucumber/vscode/compare/v1.4.0...v1.4.1
[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
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.4.1",
"version": "1.5.0",
"publisher": "CucumberOpen",
"engines": {
"vscode": "^1.69.0"
Expand Down

0 comments on commit 3f476bb

Please sign in to comment.