Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator authored and github-actions[bot] committed Sep 10, 2024
1 parent ec75495 commit c1f0362
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"solution": {
"memory-leak-detector": {
"impact": "patch",
"oldVersion": "0.1.0",
"newVersion": "0.1.1",
"oldVersion": "0.1.1",
"newVersion": "0.1.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./packages/memory-leak-detector/package.json"
}
},
"description": "## Release (2024-09-09)\n\nmemory-leak-detector 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `memory-leak-detector`\n * [#35](https://github.com/mainmatter/memory-leak-detector/pull/35) fix: symlink readme so it appears in package ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n"
"description": "## Release (2024-09-10)\n\nmemory-leak-detector 0.1.2 (patch)\n\n#### :bug: Bug Fix\n* `memory-leak-detector`\n * [#38](https://github.com/mainmatter/memory-leak-detector/pull/38) chore(docs): copy README.md while publishing ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :memo: Documentation\n* `memory-leak-detector`\n * [#38](https://github.com/mainmatter/memory-leak-detector/pull/38) chore(docs): copy README.md while publishing ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2024-09-10)

memory-leak-detector 0.1.2 (patch)

#### :bug: Bug Fix
* `memory-leak-detector`
* [#38](https://github.com/mainmatter/memory-leak-detector/pull/38) chore(docs): copy README.md while publishing ([@BobrImperator](https://github.com/BobrImperator))

#### :memo: Documentation
* `memory-leak-detector`
* [#38](https://github.com/mainmatter/memory-leak-detector/pull/38) chore(docs): copy README.md while publishing ([@BobrImperator](https://github.com/BobrImperator))

#### Committers: 1
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))

## Release (2024-09-09)

memory-leak-detector 0.1.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/memory-leak-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memory-leak-detector",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"repository": "https://github.com/mainmatter/memory-leak-detector",
"main": "index.js",
Expand Down

0 comments on commit c1f0362

Please sign in to comment.