You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"reason": "Appears in changelog section :bug: Bug Fix"
9
+
"impact": "minor",
10
+
"reason": "Appears in changelog section :rocket: Enhancement"
11
11
},
12
12
{
13
13
"impact": "patch",
14
-
"reason": "Appears in changelog section :memo: Documentation"
14
+
"reason": "Appears in changelog section :bug: Bug Fix"
15
15
},
16
16
{
17
17
"impact": "patch",
@@ -21,5 +21,5 @@
21
21
"pkgJSONPath": "./package.json"
22
22
}
23
23
},
24
-
"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"
24
+
"description": "## Release (2024-10-01)\n\nsignal-polyfill 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `signal-polyfill`\n * [#18](https://github.com/proposal-signals/signal-polyfill/pull/18) Use prepare script allowing usage from git npm dependency ([@divdavem](https://github.com/divdavem))\n\n#### :bug: Bug Fix\n* `signal-polyfill`\n * [#16](https://github.com/proposal-signals/signal-polyfill/pull/16) fix: it should not break a computed signal to watch it before getting its value ([@divdavem](https://github.com/divdavem))\n\n#### :house: Internal\n* `signal-polyfill`\n * [#29](https://github.com/proposal-signals/signal-polyfill/pull/29) Add prettierignore ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@divdavem](https://github.com/divdavem)\n"
Copy file name to clipboardexpand all lines: CHANGELOG.md
+20
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
3
+
## Release (2024-10-01)
4
+
5
+
signal-polyfill 0.2.0 (minor)
6
+
7
+
#### :rocket: Enhancement
8
+
*`signal-polyfill`
9
+
*[#18](https://github.com/proposal-signals/signal-polyfill/pull/18) Use prepare script allowing usage from git npm dependency ([@divdavem](https://github.com/divdavem))
10
+
11
+
#### :bug: Bug Fix
12
+
*`signal-polyfill`
13
+
*[#16](https://github.com/proposal-signals/signal-polyfill/pull/16) fix: it should not break a computed signal to watch it before getting its value ([@divdavem](https://github.com/divdavem))
0 commit comments