Skip to content

Commit

Permalink
Merge pull request #34 from ef4/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Oct 1, 2024
2 parents d6695de + 870588d commit f27daf3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"decorator-transforms": {
"impact": "minor",
"oldVersion": "2.1.0",
"newVersion": "2.2.0",
"impact": "patch",
"oldVersion": "2.2.0",
"newVersion": "2.2.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-10-01)

decorator-transforms 2.2.1 (patch)

#### :bug: Bug Fix
* `decorator-transforms`
* [#33](https://github.com/ef4/decorator-transforms/pull/33) Fix unbalanced exit ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))

## Release (2024-09-19)

decorator-transforms 2.2.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decorator-transforms",
"version": "2.2.0",
"version": "2.2.1",
"description": "Better babel transforms for decorators",
"keywords": [],
"repository": {
Expand Down

0 comments on commit f27daf3

Please sign in to comment.