Skip to content

Commit c01bdd3

Browse files
Initial automated release
Prepare Release
2 parents 7de2503 + 2ebfdd2 commit c01bdd3

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

.release-plan.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"solution": {
3+
"signal-polyfill": {
4+
"impact": "patch",
5+
"oldVersion": "0.1.0",
6+
"newVersion": "0.1.1",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :house: Internal"
11+
}
12+
],
13+
"pkgJSONPath": "./package.json"
14+
}
15+
},
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"
17+
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# Changelog
2+
3+
## Release (2024-05-14)
4+
5+
signal-polyfill 0.1.1 (patch)
6+
7+
#### :house: Internal
8+
* `signal-polyfill`
9+
* [#6](https://github.com/proposal-signals/signal-polyfill/pull/6) Fix repo references ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#4](https://github.com/proposal-signals/signal-polyfill/pull/4) Setup release automation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
* [#1](https://github.com/proposal-signals/signal-polyfill/pull/1) Fix CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
13+
#### Committers: 1
14+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

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.0",
3+
"version": "0.1.1",
44
"description": "A polyfill for the TC39 Signal proposal.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)