From 947852a1aa0b5f1581b35da51ea2f43b3edd9729 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 21:45:03 +0000 Subject: [PATCH] Prepare Release v0.1.6 using 'release-plan' --- .release-plan.json | 10 +++++++--- CHANGELOG.md | 15 +++++++++++++++ eksml/package.json | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 1fcadff..f13d496 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,17 +2,21 @@ "solution": { "@eksml/xml": { "impact": "patch", - "oldVersion": "0.1.4", - "newVersion": "0.1.5", + "oldVersion": "0.1.5", + "newVersion": "0.1.6", "tagName": "latest", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./eksml/package.json" } }, - "description": "## Release (2026-07-19)\n\n* @eksml/xml 0.1.5 (patch)\n\n#### :bug: Bug Fix\n* `@eksml/xml`\n * [#15](https://github.com/evoactivity/eksml/pull/15) perf(parser): specialized fast path for default-option parsing ([@evoactivity](https://github.com/evoactivity))\n\n#### :house: Internal\n* [#13](https://github.com/evoactivity/eksml/pull/13) feat: update SSR handling and dependencies in demo app ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n" + "description": "## Release (2026-07-19)\n\n* @eksml/xml 0.1.6 (patch)\n\n#### :bug: Bug Fix\n* `@eksml/xml`\n * [#16](https://github.com/evoactivity/eksml/pull/16) perf(sax): intern attribute names in the engine hot path ([@evoactivity](https://github.com/evoactivity))\n\n#### :house: Internal\n* `@eksml/xml`\n * [#17](https://github.com/evoactivity/eksml/pull/17) bench: update @tuananh/sax-parser to 1.4 and police arity probing ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 38dfb32..1b78d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ ## Release (2026-07-19) +* @eksml/xml 0.1.6 (patch) + +#### :bug: Bug Fix +* `@eksml/xml` + * [#16](https://github.com/evoactivity/eksml/pull/16) perf(sax): intern attribute names in the engine hot path ([@evoactivity](https://github.com/evoactivity)) + +#### :house: Internal +* `@eksml/xml` + * [#17](https://github.com/evoactivity/eksml/pull/17) bench: update @tuananh/sax-parser to 1.4 and police arity probing ([@evoactivity](https://github.com/evoactivity)) + +#### Committers: 1 +- Liam ([@evoactivity](https://github.com/evoactivity)) + +## Release (2026-07-19) + * @eksml/xml 0.1.5 (patch) #### :bug: Bug Fix diff --git a/eksml/package.json b/eksml/package.json index 7aa4143..64c291c 100644 --- a/eksml/package.json +++ b/eksml/package.json @@ -1,6 +1,6 @@ { "name": "@eksml/xml", - "version": "0.1.5", + "version": "0.1.6", "description": "Fast, lightweight XML/HTML parser, serializer, and streaming toolkit", "type": "module", "sideEffects": false,