Skip to content

Commit 8b32870

Browse files
authored
Merge pull request #121 from embroider-build/release-preview
2 parents 1b2e32e + 6d884b5 commit 8b32870

File tree

3 files changed

+28
-10
lines changed

3 files changed

+28
-10
lines changed

.release-plan.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"solution": {
33
"content-tag": {
4-
"impact": "minor",
5-
"oldVersion": "4.0.0",
6-
"newVersion": "4.1.0",
4+
"impact": "patch",
5+
"oldVersion": "4.1.0",
6+
"newVersion": "4.1.1",
7+
"tagName": "latest",
78
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
129
{
1310
"impact": "patch",
14-
"reason": "Appears in changelog section :memo: Documentation"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1512
},
1613
{
1714
"impact": "patch",
@@ -21,5 +18,5 @@
2118
"pkgJSONPath": "./package.json"
2219
}
2320
},
24-
"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"
21+
"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"
2522
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# `content-tag` Changelog
2+
3+
## Release (2026-03-17)
4+
5+
* content-tag 4.1.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `content-tag`
9+
* [#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))
10+
11+
#### :house: Internal
12+
* `content-tag`
13+
* [#122](https://github.com/embroider-build/content-tag/pull/122) Reroll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#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))
15+
* [#120](https://github.com/embroider-build/content-tag/pull/120) Migrate fully to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
* [#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))
17+
* [#115](https://github.com/embroider-build/content-tag/pull/115) Force re-try of publish ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
19+
#### Committers: 3
20+
- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
21+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
22+
- [@johanrd](https://github.com/johanrd)
223
## Release (2025-11-25)
324

425
content-tag 4.1.0 (minor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "content-tag",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)