Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,17 @@
"solution": {
"layer-gen": {
"impact": "minor",
"oldVersion": "0.0.0",
"newVersion": "0.1.0",
"oldVersion": "0.1.0",
"newVersion": "0.2.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-04-02)\n\n* layer-gen 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `layer-gen`\n * [#10](https://github.com/mansona/layer-gen/pull/10) fix blueprint model dep ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `layer-gen`\n * [#10](https://github.com/mansona/layer-gen/pull/10) fix blueprint model dep ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `layer-gen`\n * [#11](https://github.com/mansona/layer-gen/pull/11) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2025-07-23)\n\n* layer-gen 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `layer-gen`\n * [#13](https://github.com/mansona/layer-gen/pull/13) only provide the `gen` bin ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\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 (2025-07-23)

* layer-gen 0.2.0 (minor)

#### :rocket: Enhancement
* `layer-gen`
* [#13](https://github.com/mansona/layer-gen/pull/13) only provide the `gen` bin ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2025-04-02)

* layer-gen 0.1.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": "layer-gen",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"keywords": [],
"repository": {
Expand Down