We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237dca2 commit 254efb5Copy full SHA for 254efb5
CHANGELOG.md
@@ -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
@@ -7,7 +7,8 @@
"node": ">=16"
},
"scripts": {
10
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
11
+ "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
12
13
"keywords": [],
14
"author": "",
0 commit comments