Skip to content

Commit

Permalink
style: hide tests from changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
everdrone committed Aug 19, 2022
1 parent 8c8869b commit 83ab1a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .versionrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
},
{
"type": "test",
"section": "Tests"
"section": "Tests",
"hidden": true
},
{
"type": "build",
Expand All @@ -29,4 +30,4 @@
"commit": false,
"tag": false
}
}
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.3](https://github.com/everdrone/grab/compare/v0.1.2...v0.1.3) (2022-08-19)

- Fixes a bug when passing files as arguments on windows
- Test coverage increased from 52% to 82%

### 0.1.2 (2022-08-18)

0 comments on commit 83ab1a4

Please sign in to comment.