Skip to content

Commit 612ca06

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](https://github.com/abichinger/vue-js-cron/compare/@vue-js-cron/[email protected]...@vue-js-cron/[email protected]) (2025-05-22) ### Code Refactoring * Localization ([41b5851](41b5851)) ### Features * Support Steps with Ranges [#76](#76) ([ab39c60](ab39c60)) ### BREAKING CHANGES * Removed `getLocale` and `Locale` - Rename `Locale` to `L10nEngine` - Rename `Locale.getLocaleStr` to `Locale.getTemplate` - Rename `getLocale` to `createL10n` * Rename`CronType` to `FieldPattern` - Rename `CronType.Empty` to `FieldPattern.Any`. - Rename `CronType.EveryX` to `FieldPattern.Step`. - Due to this change, the structure of existing localization objects need adjustments.
1 parent daed41d commit 612ca06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-js-cron/core",
3-
"version": "5.4.2",
3+
"version": "6.0.0",
44
"description": "A renderless Vue.js cron editor.",
55
"repository": "https://github.com/abichinger/vue-js-cron",
66
"author": "Andreas Bichinger",

0 commit comments

Comments
 (0)