Skip to content

Commit 8c58449

Browse files
author
Bengt Brodersen
committed
fix: add missing default.yaml
1 parent 76678cf commit 8c58449

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## **2.4.1** <sub><sup>2023-01-17 ([ea1c647...ea1c647](https://github.com/qoomon/git-conventional-commits/compare/ea1c647...ea1c647?diff=split))</sup></sub>
2+
3+
### Bug Fixes
4+
* add missing default\.yaml ([ea1c647](https://github.com/qoomon/git-conventional-commits/commit/ea1c647))
5+
16
## **2.4.0** <sub><sup>2022-12-15 ([e19dbd5...e19dbd5](https://github.com/qoomon/git-conventional-commits/compare/e19dbd5...e19dbd5?diff=split))</sup></sub>
27

38
### Features

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-conventional-commits",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "git conventional commits util",
55
"licence": "GPLv3",
66
"main": "cli.js",
@@ -24,6 +24,6 @@
2424
"files": [
2525
"cli.js",
2626
"lib/",
27-
"git-conventional-commits.default.json"
27+
"git-conventional-commits.default.yaml"
2828
]
2929
}

0 commit comments

Comments
 (0)