diff --git a/.release-plan.json b/.release-plan.json index 819ac8f..1617936 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,9 +2,17 @@ "solution": { "signal-polyfill": { "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" + }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -13,5 +21,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-05-14)\n\nsignal-polyfill 0.1.1 (patch)\n\n#### :house: Internal\n* `signal-polyfill`\n * [#6](https://github.com/proposal-signals/signal-polyfill/pull/6) Fix repo references ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#4](https://github.com/proposal-signals/signal-polyfill/pull/4) Setup release automation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1](https://github.com/proposal-signals/signal-polyfill/pull/1) Fix CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-07-23)\n\nsignal-polyfill 0.1.2 (patch)\n\n#### :bug: Bug Fix\n* `signal-polyfill`\n * [#26](https://github.com/proposal-signals/signal-polyfill/pull/26) Fix unwatch multiple signals ([@tuhm1](https://github.com/tuhm1))\n * [#21](https://github.com/proposal-signals/signal-polyfill/pull/21) Turn off minify for release bundle ([@ds300](https://github.com/ds300))\n\n#### :memo: Documentation\n* `signal-polyfill`\n * [#13](https://github.com/proposal-signals/signal-polyfill/pull/13) improve effects example slightly ([@benlesh](https://github.com/benlesh))\n\n#### :house: Internal\n* `signal-polyfill`\n * [#20](https://github.com/proposal-signals/signal-polyfill/pull/20) Set up prettier ([@ds300](https://github.com/ds300))\n * [#11](https://github.com/proposal-signals/signal-polyfill/pull/11) Reorganize and split tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 4\n- Ben Lesh ([@benlesh](https://github.com/benlesh))\n- David Sheldrick ([@ds300](https://github.com/ds300))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@tuhm1](https://github.com/tuhm1)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cdc209..6eb344e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## Release (2024-07-23) + +signal-polyfill 0.1.2 (patch) + +#### :bug: Bug Fix +* `signal-polyfill` + * [#26](https://github.com/proposal-signals/signal-polyfill/pull/26) Fix unwatch multiple signals ([@tuhm1](https://github.com/tuhm1)) + * [#21](https://github.com/proposal-signals/signal-polyfill/pull/21) Turn off minify for release bundle ([@ds300](https://github.com/ds300)) + +#### :memo: Documentation +* `signal-polyfill` + * [#13](https://github.com/proposal-signals/signal-polyfill/pull/13) improve effects example slightly ([@benlesh](https://github.com/benlesh)) + +#### :house: Internal +* `signal-polyfill` + * [#20](https://github.com/proposal-signals/signal-polyfill/pull/20) Set up prettier ([@ds300](https://github.com/ds300)) + * [#11](https://github.com/proposal-signals/signal-polyfill/pull/11) Reorganize and split tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 4 +- Ben Lesh ([@benlesh](https://github.com/benlesh)) +- David Sheldrick ([@ds300](https://github.com/ds300)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) +- [@tuhm1](https://github.com/tuhm1) + ## Release (2024-05-14) signal-polyfill 0.1.1 (patch) diff --git a/package.json b/package.json index 891dd57..f7030d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "signal-polyfill", - "version": "0.1.1", + "version": "0.1.2", "description": "A polyfill for the TC39 Signal proposal.", "repository": { "type": "git",