We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd64ef commit c81b26eCopy full SHA for c81b26e
.release.json
@@ -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,6 +1,6 @@
{
"name": "vuefire",
- "version": "1.4.4",
+ "version": "1.4.5",
"description": "Firebase bindings for Vue.js",
"main": "dist/vuefire.js",
"files": [
0 commit comments