Skip to content

Commit cb24882

Browse files
committed
chore: fix release script
1 parent a84b639 commit cb24882

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Change Log
2+
3+
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.
4+
5+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"index.js"
88
],
99
"scripts": {
10-
"release": "npm run standard-version"
10+
"release": "standard-version"
1111
},
1212
"dependencies": {
1313
"loader-utils": "^1.0.2"

0 commit comments

Comments
 (0)