Skip to content

Commit 24772ec

Browse files
committed
Release 2.0.0-alpha.1
1 parent cd7d1eb commit 24772ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "2.0.0-alpha.0",
3+
"version": "2.0.0-alpha.1",
44
"description": "Firestore bindings for Vue.js",
55
"main": "dist/vuefire.common.js",
66
"module": "dist/vuefire.esm.js",
@@ -19,7 +19,7 @@
1919
"unit": "nyc ava test/**/*.spec.js",
2020
"dev": "npm run unit -- -w",
2121
"prepublishOnly": "npm run build",
22-
"release": "release-it premajor --preReleaseId=alpha --npm.tag=next --github.preRelease"
22+
"release": "release-it pre --preReleaseId=alpha --npm.tag=next --github.preRelease"
2323
},
2424
"repository": {
2525
"type": "git",

0 commit comments

Comments
 (0)