diff --git a/.release-plan.json b/.release-plan.json index 8d6106a..636c9e0 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,8 +1,17 @@ { "solution": { "memory-leak-detector": { - "oldVersion": "0.0.0" + "impact": "minor", + "oldVersion": "0.0.0", + "newVersion": "0.1.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./packages/memory-leak-detector/package.json" } }, - "description": "## Release (2024-09-09)\n\n\n\n#### :house: Internal\n* [#31](https://github.com/mainmatter/memory-leak-detector/pull/31) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 1\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" + "description": "## Release (2024-09-09)\n\nmemory-leak-detector 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `memory-leak-detector`\n * [#33](https://github.com/mainmatter/memory-leak-detector/pull/33) feat: initial release ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* [#32](https://github.com/mainmatter/memory-leak-detector/pull/32) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* [#31](https://github.com/mainmatter/memory-leak-detector/pull/31) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6d43f..ad09a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## Release (2024-09-09) +memory-leak-detector 0.1.0 (minor) + +#### :rocket: Enhancement +* `memory-leak-detector` + * [#33](https://github.com/mainmatter/memory-leak-detector/pull/33) feat: initial release ([@BobrImperator](https://github.com/BobrImperator)) + +#### :house: Internal +* [#32](https://github.com/mainmatter/memory-leak-detector/pull/32) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) +* [#31](https://github.com/mainmatter/memory-leak-detector/pull/31) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### Committers: 2 +- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator)) +- [@github-actions[bot]](https://github.com/apps/github-actions) + +## Release (2024-09-09) + #### :house: Internal diff --git a/packages/memory-leak-detector/package.json b/packages/memory-leak-detector/package.json index 4b69343..ecb239a 100644 --- a/packages/memory-leak-detector/package.json +++ b/packages/memory-leak-detector/package.json @@ -1,6 +1,6 @@ { "name": "memory-leak-detector", - "version": "0.0.0", + "version": "0.1.0", "description": "", "repository": "https://github.com/mainmatter/memory-leak-detector", "main": "index.js",