Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release #37

Merged
merged 1 commit into from
Sep 10, 2024
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
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