Skip to content

Commit

Permalink
Merge pull request #39 from mainmatter/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
BobrImperator authored Sep 10, 2024
2 parents 62b5366 + c9b27b6 commit e9f963d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"memory-leak-detector": {
"impact": "patch",
"oldVersion": "0.1.1",
"newVersion": "0.1.2",
"impact": "minor",
"oldVersion": "0.1.2",
"newVersion": "0.2.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/memory-leak-detector/package.json"
}
},
"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"
"description": "## Release (2024-09-10)\n\nmemory-leak-detector 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `memory-leak-detector`, `ember-test-app`\n * [#41](https://github.com/mainmatter/memory-leak-detector/pull/41) feat: make memory-leak-detector connection info configurable ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `ember-test-app`\n * [#40](https://github.com/mainmatter/memory-leak-detector/pull/40) chore(ci): make CI passing ([@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
Expand Up @@ -2,6 +2,21 @@

## Release (2024-09-10)

memory-leak-detector 0.2.0 (minor)

#### :rocket: Enhancement
* `memory-leak-detector`, `ember-test-app`
* [#41](https://github.com/mainmatter/memory-leak-detector/pull/41) feat: make memory-leak-detector connection info configurable ([@BobrImperator](https://github.com/BobrImperator))

#### :house: Internal
* `ember-test-app`
* [#40](https://github.com/mainmatter/memory-leak-detector/pull/40) chore(ci): make CI passing ([@BobrImperator](https://github.com/BobrImperator))

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

## Release (2024-09-10)

memory-leak-detector 0.1.2 (patch)

#### :bug: Bug Fix
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.2",
"version": "0.2.0",
"description": "",
"repository": "https://github.com/mainmatter/memory-leak-detector",
"main": "index.js",
Expand Down

0 comments on commit e9f963d

Please sign in to comment.