From 3cdde35c5901d8a55de7ba8aaaf10289c1682de9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 23:57:26 +0000 Subject: [PATCH] chore: version packages --- .changeset/node20-and-docs.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/node20-and-docs.md diff --git a/.changeset/node20-and-docs.md b/.changeset/node20-and-docs.md deleted file mode 100644 index 96776c6..0000000 --- a/.changeset/node20-and-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@taskade/temporal-parser": patch ---- - -Relax `engines.node` from `>=22` to `>=20` (the lowest line the Vitest 4 suite can run). CI now tests 20, 22, and 24. Node 18 is EOL and is not claimed. Docs-only: badges, playground link, and a “when to use this vs Temporal / luxon / date-fns” table. No parser or API changes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 065c6d6..2dcc6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @taskade/temporal-parser +## 1.2.2 + +### Patch Changes + +- 20445e4: Relax `engines.node` from `>=22` to `>=20` (the lowest line the Vitest 4 suite can run). CI now tests 20, 22, and 24. Node 18 is EOL and is not claimed. Docs-only: badges, playground link, and a “when to use this vs Temporal / luxon / date-fns” table. No parser or API changes. + ## 1.2.1 ### Patch Changes diff --git a/package.json b/package.json index df8ca79..9ff2b7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskade/temporal-parser", - "version": "1.2.1", + "version": "1.2.2", "description": "A lexer/parser based temporal expression parser for ISO 8601 and IXDTF formats", "type": "module", "main": "./dist/cjs/index.cjs",