File tree 3 files changed +31
-1
lines changed
3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
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\n signal-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
+ }
Original file line number Diff line number Diff line change 1
1
# 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 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " signal-polyfill" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " A polyfill for the TC39 Signal proposal." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments