Skip to content

Commit dda9dba

Browse files
committed
Bump version to 0.0.5
1 parent 565d842 commit dda9dba

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.0.5] - 2024-03-23
4+
5+
### Fixed
6+
7+
- Don't present information message when no coverage file found ([#8](https://github.com/dewski/vscode-simplecov/pull/8)).
8+
39
## [0.0.4] - 2024-02-18
410

511
### Added

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": "simplecov",
33
"displayName": "SimpleCov",
44
"description": "Code coverage highlighter & statistics for Ruby projects using SimpleCov",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"engines": {
77
"vscode": "^1.85.0"
88
},

0 commit comments

Comments
 (0)