Skip to content

Commit

Permalink
Merge pull request #34 from mainmatter/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
BobrImperator authored Sep 9, 2024
2 parents 0ac3ac2 + 9ce447f commit f30a8e8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.0",
"version": "0.1.0",
"description": "",
"repository": "https://github.com/mainmatter/memory-leak-detector",
"main": "index.js",
Expand Down

0 comments on commit f30a8e8

Please sign in to comment.