Skip to content

Commit a609b16

Browse files
authored
Merge pull request #17 from ember-tooling/release-preview
Prepare Release
2 parents 5ce7579 + 78a5ccc commit a609b16

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"solution": {
33
"content-tag-utils": {
4-
"impact": "minor",
5-
"oldVersion": "0.3.1",
6-
"newVersion": "0.4.0",
4+
"impact": "patch",
5+
"oldVersion": "0.4.0",
6+
"newVersion": "0.4.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
1410
"reason": "Appears in changelog section :house: Internal"
@@ -17,5 +13,5 @@
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2025-03-23)\n\ncontent-tag-utils 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `content-tag-utils`\n * [#15](https://github.com/NullVoxPopuli/content-tag-utils/pull/15) Add unprocess ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `content-tag-utils`\n * [#13](https://github.com/NullVoxPopuli/content-tag-utils/pull/13) Add implicit default export with satisfies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2025-04-01)\n\ncontent-tag-utils 0.4.1 (patch)\n\n#### :house: Internal\n* `content-tag-utils`\n * [#16](https://github.com/ember-tooling/content-tag-utils/pull/16) Update repo for next release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2117
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-04-01)
4+
5+
content-tag-utils 0.4.1 (patch)
6+
7+
#### :house: Internal
8+
* `content-tag-utils`
9+
* [#16](https://github.com/ember-tooling/content-tag-utils/pull/16) Update repo for next release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-03-23)
415

516
content-tag-utils 0.4.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-utils",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "utilities for working with content-tag: transforming, working with line/column information, etc",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)