Skip to content

Commit 43a2d31

Browse files
Prepare Release using 'release-plan'
1 parent aeeb2bd commit 43a2d31

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

.release-plan.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"solution": {
33
"signal-polyfill": {
44
"impact": "patch",
5-
"oldVersion": "0.1.0",
6-
"newVersion": "0.1.1",
5+
"oldVersion": "0.1.1",
6+
"newVersion": "0.1.2",
77
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :memo: Documentation"
11+
},
812
{
913
"impact": "patch",
1014
"reason": "Appears in changelog section :house: Internal"
@@ -13,5 +17,5 @@
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"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"
20+
"description": "## Release (2024-05-26)\n\nsignal-polyfill 0.1.2 (patch)\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 * [#11](https://github.com/proposal-signals/signal-polyfill/pull/11) Reorganize and split tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Ben Lesh ([@benlesh](https://github.com/benlesh))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1721
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Release (2024-05-26)
4+
5+
signal-polyfill 0.1.2 (patch)
6+
7+
#### :memo: Documentation
8+
* `signal-polyfill`
9+
* [#13](https://github.com/proposal-signals/signal-polyfill/pull/13) improve effects example slightly ([@benlesh](https://github.com/benlesh))
10+
11+
#### :house: Internal
12+
* `signal-polyfill`
13+
* [#11](https://github.com/proposal-signals/signal-polyfill/pull/11) Reorganize and split tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 2
16+
- Ben Lesh ([@benlesh](https://github.com/benlesh))
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2024-05-14)
420

521
signal-polyfill 0.1.1 (patch)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signal-polyfill",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A polyfill for the TC39 Signal proposal.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)