From 80e7595681f8c9bf825bb98a6e9933f54322070b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 19:15:24 +0000 Subject: [PATCH] Prepare Release v0.1.5 using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 14 ++++++++++++++ eksml/package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 56bbb85..1fcadff 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@eksml/xml": { "impact": "patch", - "oldVersion": "0.1.3", - "newVersion": "0.1.4", + "oldVersion": "0.1.4", + "newVersion": "0.1.5", "tagName": "latest", "constraints": [ { @@ -14,5 +14,5 @@ "pkgJSONPath": "./eksml/package.json" } }, - "description": "## Release (2026-07-19)\n\n* @eksml/xml 0.1.4 (patch)\n\n#### :bug: Bug Fix\n* `@eksml/xml`\n * [#12](https://github.com/evoactivity/eksml/pull/12) perf: use plain records to avoid V8 IC churn from null prototypes ([@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.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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f021b88..38dfb32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## Release (2026-07-19) +* @eksml/xml 0.1.5 (patch) + +#### :bug: Bug Fix +* `@eksml/xml` + * [#15](https://github.com/evoactivity/eksml/pull/15) perf(parser): specialized fast path for default-option parsing ([@evoactivity](https://github.com/evoactivity)) + +#### :house: Internal +* [#13](https://github.com/evoactivity/eksml/pull/13) feat: update SSR handling and dependencies in demo app ([@evoactivity](https://github.com/evoactivity)) + +#### Committers: 1 +- Liam ([@evoactivity](https://github.com/evoactivity)) + +## Release (2026-07-19) + * @eksml/xml 0.1.4 (patch) #### :bug: Bug Fix diff --git a/eksml/package.json b/eksml/package.json index 2d5e8b0..ab4be07 100644 --- a/eksml/package.json +++ b/eksml/package.json @@ -1,6 +1,6 @@ { "name": "@eksml/xml", - "version": "0.1.4", + "version": "0.1.5", "description": "Fast, lightweight XML/HTML parser, serializer, and streaming toolkit", "type": "module", "sideEffects": false,