Skip to content

Commit f1318bf

Browse files
authored
Merge pull request #102 from embroider-build/release-preview
Prepare Release
2 parents 9425fa7 + 972022a commit f1318bf

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"content-tag": {
4-
"impact": "patch",
5-
"oldVersion": "3.1.2",
6-
"newVersion": "3.1.3",
4+
"impact": "major",
5+
"oldVersion": "3.1.3",
6+
"newVersion": "4.0.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
1111
}
1212
],
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
16-
"description": "## Release (2025-05-01)\n\ncontent-tag 3.1.3 (patch)\n\n#### :bug: Bug Fix\n* `content-tag`\n * [#99](https://github.com/embroider-build/content-tag/pull/99) content-tag accidentally strips \"declare\" keyword from class properties ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
16+
"description": "## Release (2025-05-07)\n\ncontent-tag 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `content-tag`\n * [#101](https://github.com/embroider-build/content-tag/pull/101) parse API: make bytes vs characters explicit ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
1717
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# `content-tag` Changelog
2+
## Release (2025-05-07)
3+
4+
content-tag 4.0.0 (major)
5+
6+
#### :boom: Breaking Change
7+
* `content-tag`
8+
* [#101](https://github.com/embroider-build/content-tag/pull/101) parse API: make bytes vs characters explicit ([@ef4](https://github.com/ef4))
9+
10+
#### Committers: 1
11+
- Edward Faulkner ([@ef4](https://github.com/ef4))
212
## Release (2025-05-01)
313

414
content-tag 3.1.3 (patch)

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": "3.1.3",
3+
"version": "4.0.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)