Skip to content

Commit 3f5a5bb

Browse files
Prepare Release using 'release-plan' (#17)
Co-authored-by: NullVoxPopuli <[email protected]>
1 parent 8be5030 commit 3f5a5bb

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-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
"form-data-utils": {
4-
"impact": "minor",
5-
"oldVersion": "0.3.0",
6-
"newVersion": "0.4.0",
4+
"impact": "patch",
5+
"oldVersion": "0.4.0",
6+
"newVersion": "0.4.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./form-data-utils/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-06-06)\n\nform-data-utils 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `form-data-utils`, `test-app`\n * [#14](https://github.com/NullVoxPopuli/form-data-utils/pull/14) support datetime-local inputs ([@miguelcobain](https://github.com/miguelcobain))\n * [#13](https://github.com/NullVoxPopuli/form-data-utils/pull/13) support range inputs ([@miguelcobain](https://github.com/miguelcobain))\n\n#### Committers: 1\n- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))\n"
16+
"description": "## Release (2024-06-06)\n\nform-data-utils 0.4.1 (patch)\n\n#### :bug: Bug Fix\n* `form-data-utils`\n * [#16](https://github.com/NullVoxPopuli/form-data-utils/pull/16) Support loose type checking ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2024-06-06)
44

5+
form-data-utils 0.4.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `form-data-utils`
9+
* [#16](https://github.com/NullVoxPopuli/form-data-utils/pull/16) Support loose type checking ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2024-06-06)
15+
516
form-data-utils 0.4.0 (minor)
617

718
#### :rocket: Enhancement

form-data-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "form-data-utils",
33
"type": "module",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"description": "A set of utilities for working with FormData",
66
"keywords": [
77
"FormData",

0 commit comments

Comments
 (0)