We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e082ed commit ba7a5bcCopy full SHA for ba7a5bc
.circleci/config.yml
@@ -54,12 +54,12 @@ workflows:
54
- build:
55
filters:
56
tags:
57
- only: /^build\(v.*\)/
+ only: /^v.*/
58
- deploy:
59
requires:
60
- build
61
62
63
64
branches:
65
ignore: /.*/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lazyload-vue",
3
- "version": "0.1.18",
+ "version": "0.1.19",
4
"license": "MIT",
5
"main": "dist/lazyload-vue.umd.js",
6
"scripts": {
0 commit comments