Skip to content

Commit

Permalink
Prepare release v1.6.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.2.0
  • Loading branch information
aslakhellesoy committed Nov 18, 2022
1 parent 0b80628 commit c554385
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.6.0] - 2022-11-18
### Added
- Added context to python snippet to properly support `behave`
- Added `ParameterType` support to the python language implementation. This is currently supported via [cuke4behave](http://gitlab.com/cuke4behave/cuke4behave)
Expand Down Expand Up @@ -142,7 +143,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

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

0 comments on commit c554385

Please sign in to comment.