Skip to content

Commit 83ab1a4

Browse files
committed
style: hide tests from changelog
1 parent 8c8869b commit 83ab1a4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.versionrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
{
1212
"type": "test",
13-
"section": "Tests"
13+
"section": "Tests",
14+
"hidden": true
1415
},
1516
{
1617
"type": "build",
@@ -29,4 +30,4 @@
2930
"commit": false,
3031
"tag": false
3132
}
32-
}
33+
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22

33
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.
44

5+
### [0.1.3](https://github.com/everdrone/grab/compare/v0.1.2...v0.1.3) (2022-08-19)
6+
7+
- Fixes a bug when passing files as arguments on windows
8+
- Test coverage increased from 52% to 82%
9+
510
### 0.1.2 (2022-08-18)

0 commit comments

Comments
 (0)