Skip to content

Commit

Permalink
Prepare release v1.8.1
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
mpkorstanje committed Jan 14, 2024
1 parent 9e3ff20 commit 5815fd1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.8.1] - 2024-01-14
### Changed
- Optimised extension bundling using GitHub CDN for documentation images and by excluding redundant files ([#194](https://github.com/cucumber/vscode/issues/194))

### Fixed
- Comments are no longer stripped when formatting Gherkin documents
- Fix the glue for CSharp step definitions - [#144](https://github.com/cucumber/vscode/pull/144)

### Changed
- Optimised extension bundling using GitHub CDN for documentation images and by excluding redundant files ([#194](https://github.com/cucumber/vscode/issues/194))

## [1.8.0] - 2023-09-20
### Fixed
- 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 @@ -160,7 +162,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First release

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

0 comments on commit 5815fd1

Please sign in to comment.