Skip to content

Commit 254efb5

Browse files
committed
feat(changelog): chagnelog
1 parent 237dca2 commit 254efb5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 1.0.0 (2022-02-25)
2+
3+
4+
### Features
5+
6+
* **path:** path ([237dca2](https://github.com/836334258/node_practice/commit/237dca247ff4f1b938fd529c8717295d8217142d))
7+
8+
9+

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"node": ">=16"
88
},
99
"scripts": {
10-
"test": "echo \"Error: no test specified\" && exit 1"
10+
"test": "echo \"Error: no test specified\" && exit 1",
11+
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
1112
},
1213
"keywords": [],
1314
"author": "",

0 commit comments

Comments
 (0)