Skip to content

Commit 4945f9a

Browse files
chore(master): release 2.1.0
1 parent a057429 commit 4945f9a

4 files changed

Lines changed: 18 additions & 17 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/node-cron/cron-translate/compare/v2.0.0...v2.1.0) (2026-06-23)
4+
5+
6+
### Added
7+
8+
* accept every/the prefixes on ordinal weekdays ([#8](https://github.com/node-cron/cron-translate/issues/8)) ([2522f5d](https://github.com/node-cron/cron-translate/commit/2522f5d451f20741cac2ca8dd92ae509cb84be5c))
9+
10+
11+
### Fixed
12+
13+
* treat ? (Quartz no-value) like * in toHuman ([#9](https://github.com/node-cron/cron-translate/issues/9)) ([395b489](https://github.com/node-cron/cron-translate/commit/395b489d5eb7dc069d67917cab10900490a5f727))
14+
315
## [2.0.0](https://github.com/node-cron/cron-translate/compare/v1.0.0...v2.0.0) (2026-06-22)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cron-translate",
3-
"version": "2.0.0",
4-
"description": "Translate plain English into cron expressions. Zero-dependency, TypeScript-native, built for node-cron.",
3+
"version": "2.1.0",
4+
"description": "Translates text to cron expression",
55
"type": "module",
66
"main": "./dist/index.cjs",
77
"module": "./dist/index.js",
@@ -36,18 +36,7 @@
3636
},
3737
"keywords": [
3838
"cron",
39-
"crontab",
40-
"cron-expression",
41-
"cron-parser",
42-
"cron-generator",
43-
"cron-translate",
44-
"node-cron",
45-
"schedule",
46-
"scheduler",
47-
"scheduling",
48-
"natural-language",
49-
"english-to-cron",
50-
"recurring"
39+
"translate"
5140
],
5241
"author": "Lucas Merencia <lucas@merencia.com>",
5342
"license": "ISC",

0 commit comments

Comments
 (0)