Skip to content

Commit

Permalink
chore(release): 🚀 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
tenninebt committed Oct 29, 2023
1 parent eeb4bdd commit fc3aec9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"editor.formatOnSave": true,
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"conventionalCommits.scopes": [
"config",
"commands",
"parser"
]
"parser",
"release"
],
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the "Koverage" extension will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.0.18](https://github.com/tenninebt/vscode-koverage/compare/0.0.17...0.0.18) (2023-10-29)
- fix(config): :bug: configuration update does not trigger refresh any more

## [0.0.17](https://github.com/tenninebt/vscode-koverage/compare/0.0.16...0.0.17) (2023-10-29)
- fix: :bug: Default settings are always written to the workspace settings.json [#42](https://github.com/tenninebt/vscode-koverage/issues/42)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"repository": "https://github.com/tenninebt/vscode-koverage",
"description": "View the code coverage per folder/file in the test view",
"version": "0.0.17",
"version": "0.0.18",
"engines": {
"vscode": "^1.76.0"
},
Expand Down

0 comments on commit fc3aec9

Please sign in to comment.