Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock authored and github-actions[bot] committed Apr 17, 2024
1 parent bbd2968 commit 40b5b14
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": {
"@bertdeblock/gember": {
"impact": "patch",
"oldVersion": "0.3.0",
"newVersion": "0.3.1",
"impact": "minor",
"oldVersion": "0.3.1",
"newVersion": "0.4.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-04-17)\n\n@bertdeblock/gember 0.3.1 (patch)\n\n#### :bug: Bug Fix\n* `@bertdeblock/gember`\n * [#29](https://github.com/bertdeblock/gember/pull/29) Fix generating nested documents ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
"description": "## Release (2024-04-17)\n\n@bertdeblock/gember 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `@bertdeblock/gember`\n * [#14](https://github.com/bertdeblock/gember/pull/14) Support a `postGenerate` hook via a `gember.config.js` file ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2024-04-17)

@bertdeblock/gember 0.4.0 (minor)

#### :rocket: Enhancement
* `@bertdeblock/gember`
* [#14](https://github.com/bertdeblock/gember/pull/14) Support a `postGenerate` hook via a `gember.config.js` file ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 1
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))

## Release (2024-04-17)

@bertdeblock/gember 0.3.1 (patch)

#### :bug: Bug Fix
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": "@bertdeblock/gember",
"version": "0.3.1",
"version": "0.4.0",
"description": "Generate components, helpers, modifiers and services in v2 addons.",
"repository": "https://github.com/bertdeblock/gember",
"license": "MIT",
Expand Down

0 comments on commit 40b5b14

Please sign in to comment.