Skip to content

Commit 0b11bb4

Browse files
chore(release): 2.3.1 [skip ci]
## [2.3.1](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/light@2.3.0...@vue-js-cron/light@2.3.1) (2023-03-09) ### Bug Fixes * run yarn lint-fix ([5def48b](5def48b)) ### Features * add danish locale ([5631d9a](5631d9a))
1 parent 8f77093 commit 0b11bb4

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": "2.3.0",
3+
"version": "2.3.1",
44
"description": "lightweight vue.js cron editor",
55
"main": "dist/light.umd.js",
66
"module": "dist/light.esm.js",
@@ -22,7 +22,7 @@
2222
"clean": "git clean -xf dist"
2323
},
2424
"dependencies": {
25-
"@vue-js-cron/core": "3.5.0"
25+
"@vue-js-cron/core": "3.6.0"
2626
},
2727
"devDependencies": {},
2828
"files": [

0 commit comments

Comments
 (0)