Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xeger committed Sep 20, 2023
1 parent 5fa9dd1 commit 79696ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Empty file added ..HEAD
Empty file.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### 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

## [1.7.0] - 2022-12-08
### Added
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.7.0",
"publisher": "CucumberOpen",
"engines": {
"vscode": "^1.72.0"
"vscode": "^1.82.0"
},
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -106,7 +106,7 @@
"devDependencies": {
"@types/glob": "8.1.0",
"@types/mocha": "10.0.1",
"@types/vscode": "1.72.0",
"@types/vscode": "1.82.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"esbuild": "0.19.3",
Expand Down

0 comments on commit 79696ca

Please sign in to comment.