Skip to content

Commit f27daf3

Browse files
authored
Merge pull request #34 from ef4/release-preview
Prepare Release
2 parents d6695de + 870588d commit f27daf3

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

Diff for: .release-plan.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"decorator-transforms": {
4-
"impact": "minor",
5-
"oldVersion": "2.1.0",
6-
"newVersion": "2.2.0",
4+
"impact": "patch",
5+
"oldVersion": "2.2.0",
6+
"newVersion": "2.2.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": "./package.json"
1414
}
1515
},
16-
"description": "## Release (2024-09-19)\n\ndecorator-transforms 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `decorator-transforms`\n * [#31](https://github.com/ef4/decorator-transforms/pull/31) Publish types ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
16+
"description": "## Release (2024-10-01)\n\ndecorator-transforms 2.2.1 (patch)\n\n#### :bug: Bug Fix\n* `decorator-transforms`\n * [#33](https://github.com/ef4/decorator-transforms/pull/33) Fix unbalanced exit ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
1717
}

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2024-10-01)
4+
5+
decorator-transforms 2.2.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `decorator-transforms`
9+
* [#33](https://github.com/ef4/decorator-transforms/pull/33) Fix unbalanced exit ([@ef4](https://github.com/ef4))
10+
11+
#### Committers: 1
12+
- Edward Faulkner ([@ef4](https://github.com/ef4))
13+
314
## Release (2024-09-19)
415

516
decorator-transforms 2.2.0 (minor)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decorator-transforms",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Better babel transforms for decorators",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)