File tree 3 files changed +18
-7
lines changed
3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"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 " ,
7
7
"constraints" : [
8
8
{
9
- "impact" : " minor " ,
10
- "reason" : " Appears in changelog section :rocket: Enhancement "
9
+ "impact" : " patch " ,
10
+ "reason" : " Appears in changelog section :bug: Bug Fix "
11
11
}
12
12
],
13
13
"pkgJSONPath" : " ./package.json"
14
14
}
15
15
},
16
- "description" : " ## Release (2024-09-19 )\n\n decorator-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\n decorator-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 "
17
17
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## Release (2024-09-19)
4
15
5
16
decorator-transforms 2.2.0 (minor)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " decorator-transforms" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " Better babel transforms for decorators" ,
5
5
"keywords" : [],
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments