diff --git a/.release-plan.json b/.release-plan.json index 2d231bc..ffae3dd 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,14 @@ { "solution": { "content-tag": { - "impact": "minor", - "oldVersion": "4.0.0", - "newVersion": "4.1.0", + "impact": "patch", + "oldVersion": "4.1.0", + "newVersion": "4.1.1", + "tagName": "latest", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", - "reason": "Appears in changelog section :memo: Documentation" + "reason": "Appears in changelog section :bug: Bug Fix" }, { "impact": "patch", @@ -21,5 +18,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-11-25)\n\ncontent-tag 4.1.0 (minor) \n\n#### :rocket: Enhancement\n* `content-tag`\n * [#112](https://github.com/embroider-build/content-tag/pull/112) indentation stripping ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#108](https://github.com/embroider-build/content-tag/pull/108) add utf16 code points range ([@patricklx](https://github.com/patricklx))\n\n#### :memo: Documentation\n* `content-tag`\n * [#111](https://github.com/embroider-build/content-tag/pull/111) Fix return type in readme to include code and map (as the dts already… ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `content-tag`\n * [#107](https://github.com/embroider-build/content-tag/pull/107) Configure prettier ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#104](https://github.com/embroider-build/content-tag/pull/104) Add additional js/runtime tests for how to use character offsets ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2026-03-17)\n\n* content-tag 4.1.1 (patch)\n\n#### :bug: Bug Fix\n* `content-tag`\n * [#116](https://github.com/embroider-build/content-tag/pull/116) Fix missing utf16 codepoint fields in Node.js type definitions \"must be manually kept in sync with ./index.d.cts\" ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* `content-tag`\n * [#122](https://github.com/embroider-build/content-tag/pull/122) Reroll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#119](https://github.com/embroider-build/content-tag/pull/119) Update release plan via: `pnpm dlx create-release-plan-setup@latest --update` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#120](https://github.com/embroider-build/content-tag/pull/120) Migrate fully to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#117](https://github.com/embroider-build/content-tag/pull/117) Fix CI: add --locked to cargo install wasm-opt ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#115](https://github.com/embroider-build/content-tag/pull/115) Force re-try of publish ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3024823..3fc1fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ # `content-tag` Changelog + +## Release (2026-03-17) + +* content-tag 4.1.1 (patch) + +#### :bug: Bug Fix +* `content-tag` + * [#116](https://github.com/embroider-build/content-tag/pull/116) Fix missing utf16 codepoint fields in Node.js type definitions "must be manually kept in sync with ./index.d.cts" ([@johanrd](https://github.com/johanrd)) + +#### :house: Internal +* `content-tag` + * [#122](https://github.com/embroider-build/content-tag/pull/122) Reroll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#119](https://github.com/embroider-build/content-tag/pull/119) Update release plan via: `pnpm dlx create-release-plan-setup@latest --update` ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#120](https://github.com/embroider-build/content-tag/pull/120) Migrate fully to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#117](https://github.com/embroider-build/content-tag/pull/117) Fix CI: add --locked to cargo install wasm-opt ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#115](https://github.com/embroider-build/content-tag/pull/115) Force re-try of publish ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 3 +- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) +- [@johanrd](https://github.com/johanrd) ## Release (2025-11-25) content-tag 4.1.0 (minor) diff --git a/package.json b/package.json index f22f827..68bb00c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-tag", - "version": "4.1.0", + "version": "4.1.1", "description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal", "repository": { "type": "git",