Skip to content

Commit

Permalink
Prepare release v1.8.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
xeger committed Sep 20, 2023
1 parent 79696ca commit e017137
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.8.0] - 2023-09-20
### Fixed
- Comments are no longer stripped when formatting Gherkin documents
- Bumped the minimum Code version requirement to 1.82.0 to prevent people from using the extension with incompatible, older versions
Expand Down Expand Up @@ -153,7 +155,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

[Unreleased]: https://github.com/cucumber/vscode/compare/v1.7.0...HEAD
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/cucumber/vscode/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/cucumber/vscode/compare/v1.6.0...v1.7.0
[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
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.7.0",
"version": "1.8.0",
"publisher": "CucumberOpen",
"engines": {
"vscode": "^1.82.0"
Expand Down

0 comments on commit e017137

Please sign in to comment.