Skip to content

Commit c81b26e

Browse files
committed
Release 1.4.5
1 parent 9fd64ef commit c81b26e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.release.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"buildCommand": "npm run build",
3+
"src": {
4+
"tagName": "v%s"
5+
},
6+
"github": {
7+
"release": true,
8+
"releaseName": "v%s",
9+
"tokenRef": "GITHUB_TOKEN"
10+
},
11+
"npm": {
12+
"publish": true
13+
},
14+
"changelogCommand": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
15+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Firebase bindings for Vue.js",
55
"main": "dist/vuefire.js",
66
"files": [

0 commit comments

Comments
 (0)