Skip to content

Commit 6d1cf48

Browse files
committed
chore: release v1.4.0
1 parent 80bfe86 commit 6d1cf48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtlabs/github-module",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"license": "MIT",
55
"private": false,
66
"type": "module",
@@ -47,7 +47,9 @@
4747
},
4848
"release-it": {
4949
"hooks": {
50-
"before:init": ["yarn build"]
50+
"before:init": [
51+
"yarn build"
52+
]
5153
},
5254
"npm": {
5355
"access": "public"

0 commit comments

Comments
 (0)