Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 authored and github-actions[bot] committed Apr 16, 2024
1 parent 20e1bb6 commit e5bbfd3
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"decorator-transforms": {
"impact": "minor",
"oldVersion": "1.1.0",
"newVersion": "1.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-04-16)\n\ndecorator-transforms 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* `decorator-transforms`\n * [#17](https://github.com/ef4/decorator-transforms/pull/17) Replace static blocks with private static field initializers ([@davidtaylorhq](https://github.com/davidtaylorhq))\n\n#### :house: Internal\n* `decorator-transforms`\n * [#22](https://github.com/ef4/decorator-transforms/pull/22) add release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2024-04-16)

decorator-transforms 1.2.0 (minor)

#### :rocket: Enhancement
* `decorator-transforms`
* [#17](https://github.com/ef4/decorator-transforms/pull/17) Replace static blocks with private static field initializers ([@davidtaylorhq](https://github.com/davidtaylorhq))

#### :house: Internal
* `decorator-transforms`
* [#22](https://github.com/ef4/decorator-transforms/pull/22) add release-plan ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))

# 1.1.0 (2024-01-15)

- ENHANCEMENT: implement field and method decorators on plain javascript objects
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": "1.1.0",
"version": "1.2.0",
"description": "Better babel transforms for decorators",
"keywords": [],
"repository": {
Expand Down
Empty file added stderr.log
Empty file.

0 comments on commit e5bbfd3

Please sign in to comment.