Skip to content

Commit a8ce056

Browse files
chore(release): 3.1.1 [skip ci]
## [3.1.1](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/light@3.1.0...@vue-js-cron/light@3.1.1) (2023-11-18) ### Bug Fixes * Update README ([0228557](0228557)), closes [#26](#26) ### Features * add Naive UI support [#26](#26) ([3eff0b9](3eff0b9))
1 parent 7bf8153 commit a8ce056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

light/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-js-cron/light",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "lightweight vue.js cron editor",
55
"type": "module",
66
"main": "dist/light.umd.cjs",
@@ -18,7 +18,7 @@
1818
"clean": "git clean -xf dist"
1919
},
2020
"dependencies": {
21-
"@vue-js-cron/core": "4.3.0"
21+
"@vue-js-cron/core": "4.3.1"
2222
},
2323
"files": [
2424
"package.json",

0 commit comments

Comments
 (0)