Skip to content

Commit 6bb169d

Browse files
authored
Merge pull request #36 from ef4/release-preview
Prepare Release
2 parents 21cc108 + 980b297 commit 6bb169d

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

Diff for: .release-plan.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"decorator-transforms": {
44
"impact": "patch",
5-
"oldVersion": "2.2.0",
6-
"newVersion": "2.2.1",
5+
"oldVersion": "2.2.1",
6+
"newVersion": "2.2.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2024-10-01)\n\ndecorator-transforms 2.2.2 (patch)\n\n#### :bug: Bug Fix\n* `decorator-transforms`\n * [#35](https://github.com/ef4/decorator-transforms/pull/35) Remove unintentional change that was part of #33 ([@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
@@ -2,6 +2,17 @@
22

33
## Release (2024-10-01)
44

5+
decorator-transforms 2.2.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `decorator-transforms`
9+
* [#35](https://github.com/ef4/decorator-transforms/pull/35) Remove unintentional change that was part of #33 ([@ef4](https://github.com/ef4))
10+
11+
#### Committers: 1
12+
- Edward Faulkner ([@ef4](https://github.com/ef4))
13+
14+
## Release (2024-10-01)
15+
516
decorator-transforms 2.2.1 (patch)
617

718
#### :bug: Bug Fix

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.1",
3+
"version": "2.2.2",
44
"description": "Better babel transforms for decorators",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)