From 1f97a0a598e7c3ed86ccbf879af0e7b8f797855c 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:28 +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 3e8b8bd..0000000 --- a/.changeset/node20-and-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@taskade/uri-parser": minor ---- - -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 and a “use WHATWG URL unless you need a lossless AST / host-path / no-scheme parse” table. Still 0.x — URI Template is not in this release. No parser or API changes. diff --git a/CHANGELOG.md b/CHANGELOG.md index e7885b5..8e6e514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.0 + +### Minor Changes + +- 6c850fd: 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 and a “use WHATWG URL unless you need a lossless AST / host-path / no-scheme parse” table. Still 0.x — URI Template is not in this release. No parser or API changes. + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 71fd6be..cb3c0d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskade/uri-parser", - "version": "0.1.1", + "version": "0.2.0", "description": "A lexer/parser based URI parser for URLs with optional schemes and host detection", "type": "module", "main": "./dist/cjs/index.cjs",