Skip to content

Commit a83aab0

Browse files
committed
Prepare release v1.4.1
Created-by: polyglot-release v1.1.0
1 parent 0407f5e commit a83aab0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [1.4.1] - 2022-10-10
1011
### Fixed
1112
- Add Rust document selector ([#131](https://github.com/cucumber/vscode/pull/113))
1213
- 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))
@@ -127,7 +128,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
127128
### Added
128129
- First release
129130

130-
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.4.0...HEAD
131+
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.4.1...HEAD
132+
[1.4.1]: https://github.com/cucumber/vscode/compare/v1.4.0...v1.4.1
131133
[1.4.0]: https://github.com/cucumber/vscode/compare/v1.3.0...v1.4.0
132134
[1.3.0]: https://github.com/cucumber/vscode/compare/v1.2.11...v1.3.0
133135
[1.2.11]: https://github.com/cucumber/vscode/compare/v1.2.10...v1.2.11

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
@@ -2,7 +2,7 @@
22
"name": "cucumber-official",
33
"displayName": "Cucumber",
44
"description": "Cucumber for Visual Studio Code",
5-
"version": "1.4.0",
5+
"version": "1.4.1",
66
"publisher": "CucumberOpen",
77
"engines": {
88
"vscode": "^1.69.0"

0 commit comments

Comments
 (0)