diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..3fb83c3 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,21 @@ +{ + "solution": { + "intersection-observer-admin": { + "impact": "patch", + "oldVersion": "0.3.3", + "newVersion": "0.3.4", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2024-07-15)\n\nintersection-observer-admin 0.3.4 (patch)\n\n#### :bug: Bug Fix\n* `intersection-observer-admin`\n * [#58](https://github.com/snewcomer/intersection-observer-admin/pull/58) feat(memory-leaks): remove elements from the window root ([@BobrImperator](https://github.com/BobrImperator))\n * [#55](https://github.com/snewcomer/intersection-observer-admin/pull/55) feat(memory-leaks): remove elements from registries when unobserve is called ([@BobrImperator](https://github.com/BobrImperator))\n * [#49](https://github.com/snewcomer/intersection-observer-admin/pull/49) fix leak by releasing ref to observed element ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :house: Internal\n* `intersection-observer-admin`\n * [#57](https://github.com/snewcomer/intersection-observer-admin/pull/57) add release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..6495672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,20 @@ # Changelog + +## Release (2024-07-15) + +intersection-observer-admin 0.3.4 (patch) + +#### :bug: Bug Fix +* `intersection-observer-admin` + * [#58](https://github.com/snewcomer/intersection-observer-admin/pull/58) feat(memory-leaks): remove elements from the window root ([@BobrImperator](https://github.com/BobrImperator)) + * [#55](https://github.com/snewcomer/intersection-observer-admin/pull/55) feat(memory-leaks): remove elements from registries when unobserve is called ([@BobrImperator](https://github.com/BobrImperator)) + * [#49](https://github.com/snewcomer/intersection-observer-admin/pull/49) fix leak by releasing ref to observed element ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### :house: Internal +* `intersection-observer-admin` + * [#57](https://github.com/snewcomer/intersection-observer-admin/pull/57) add release-plan ([@mansona](https://github.com/mansona)) + +#### Committers: 3 +- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator)) +- Chris Manson ([@mansona](https://github.com/mansona)) +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) diff --git a/package.json b/package.json index 4052074..11a7da9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intersection-observer-admin", - "version": "0.3.3", + "version": "0.3.4", "description": "Intersection Observer Admin for better performance", "main": "dist/intersection-observer-admin.umd.js", "module": "dist/intersection-observer-admin.es5.js",