Skip to content

Commit

Permalink
Release 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tenninebt committed Oct 29, 2023
1 parent 9ba9f38 commit 1f31d59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.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)

## [0.0.16](https://github.com/tenninebt/vscode-koverage/compare/0.0.15...0.0.16) (2023-10-26)
- Activate config for auto refresh debounce [#41](https://github.com/tenninebt/vscode-koverage/issues/41)

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.16",
"version": "0.0.17",
"engines": {
"vscode": "^1.76.0"
},
Expand Down

0 comments on commit 1f31d59

Please sign in to comment.