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.1.0
  • Loading branch information
aslakhellesoy committed Oct 10, 2022
1 parent 0407f5e commit a83aab0
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.4.1] - 2022-10-10
### Fixed
- Add Rust document selector ([#131](https://github.com/cucumber/vscode/pull/113))
- Fix rust snippet fn name to lowercase ([#103](https://github.com/cucumber/language-service/issues/103), [#104](https://github.com/cucumber/language-service/pull/104))
Expand Down Expand Up @@ -127,7 +128,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

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

0 comments on commit a83aab0

Please sign in to comment.