Skip to content

Commit ba7a5bc

Browse files
committed
build(0.1.19): update package version
1 parent 4e082ed commit ba7a5bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ workflows:
5454
- build:
5555
filters:
5656
tags:
57-
only: /^build\(v.*\)/
57+
only: /^v.*/
5858
- deploy:
5959
requires:
6060
- build
6161
filters:
6262
tags:
63-
only: /^build\(v.*\)/
63+
only: /^v.*/
6464
branches:
6565
ignore: /.*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lazyload-vue",
3-
"version": "0.1.18",
3+
"version": "0.1.19",
44
"license": "MIT",
55
"main": "dist/lazyload-vue.umd.js",
66
"scripts": {

0 commit comments

Comments
 (0)