Skip to content

Commit 5815fd1

Browse files
committed
Prepare release v1.8.1
Created-by: polyglot-release v1.3.2
1 parent 9e3ff20 commit 5815fd1

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [1.8.1] - 2024-01-14
11+
### Changed
12+
- Optimised extension bundling using GitHub CDN for documentation images and by excluding redundant files ([#194](https://github.com/cucumber/vscode/issues/194))
13+
914
### Fixed
1015
- Comments are no longer stripped when formatting Gherkin documents
1116
- Fix the glue for CSharp step definitions - [#144](https://github.com/cucumber/vscode/pull/144)
1217

13-
### Changed
14-
- Optimised extension bundling using GitHub CDN for documentation images and by excluding redundant files ([#194](https://github.com/cucumber/vscode/issues/194))
15-
1618
## [1.8.0] - 2023-09-20
1719
### Fixed
1820
- Bumped the minimum Code version requirement to 1.82.0 to prevent people from using the extension with incompatible, older versions
@@ -160,7 +162,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
160162
### Added
161163
- First release
162164

163-
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.8.0...HEAD
165+
[Unreleased]: https://github.com/cucumber/vscode/compare/v1.8.1...HEAD
166+
[1.8.1]: https://github.com/cucumber/vscode/compare/v1.8.0...v1.8.1
164167
[1.8.0]: https://github.com/cucumber/vscode/compare/v1.7.0...v1.8.0
165168
[1.7.0]: https://github.com/cucumber/vscode/compare/v1.6.0...v1.7.0
166169
[1.6.0]: https://github.com/cucumber/vscode/compare/v1.5.1...v1.6.0

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.8.0",
5+
"version": "1.8.1",
66
"publisher": "CucumberOpen",
77
"engines": {
88
"vscode": "^1.82.0"

0 commit comments

Comments
 (0)