Skip to content

Commit 0833ed3

Browse files
Merge pull request #126 from embroider-build/revert-121-release-preview
Revert "Prepare Release v4.1.1"
2 parents 44de46b + 8d5c169 commit 0833ed3

File tree

3 files changed

+10
-28
lines changed

3 files changed

+10
-28
lines changed

.release-plan.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"solution": {
33
"content-tag": {
4-
"impact": "patch",
5-
"oldVersion": "4.1.0",
6-
"newVersion": "4.1.1",
7-
"tagName": "latest",
4+
"impact": "minor",
5+
"oldVersion": "4.0.0",
6+
"newVersion": "4.1.0",
87
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
912
{
1013
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
14+
"reason": "Appears in changelog section :memo: Documentation"
1215
},
1316
{
1417
"impact": "patch",
@@ -18,5 +21,5 @@
1821
"pkgJSONPath": "./package.json"
1922
}
2023
},
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"
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"
2225
}

CHANGELOG.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
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)
232
## Release (2025-11-25)
243

254
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.1",
3+
"version": "4.1.0",
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)