Skip to content

Commit 78a44d6

Browse files
Merge pull request #14 from NullVoxPopuli/release-preview
Prepare Release
2 parents fbea4a9 + 146ab9a commit 78a44d6

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

.release-plan.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"solution": {
33
"content-tag-utils": {
4-
"impact": "patch",
5-
"oldVersion": "0.3.0",
6-
"newVersion": "0.3.1",
4+
"impact": "minor",
5+
"oldVersion": "0.3.1",
6+
"newVersion": "0.4.0",
77
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
812
{
913
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"description": "## Release (2025-03-04)\n\ncontent-tag-utils 0.3.1 (patch)\n\n#### :bug: Bug Fix\n* `content-tag-utils`\n * [#11](https://github.com/NullVoxPopuli/content-tag-utils/pull/11) Add license (MIT) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
1721
}

CHANGELOG.md

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

3+
## Release (2025-03-23)
4+
5+
content-tag-utils 0.4.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `content-tag-utils`
9+
* [#15](https://github.com/NullVoxPopuli/content-tag-utils/pull/15) Add unprocess ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `content-tag-utils`
13+
* [#13](https://github.com/NullVoxPopuli/content-tag-utils/pull/13) Add implicit default export with satisfies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
318
## Release (2025-03-04)
419

520
content-tag-utils 0.3.1 (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-utils",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
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)