We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ef799 commit b0b6b69Copy full SHA for b0b6b69
CHANGELOG.md
@@ -9,7 +9,7 @@
9
> - :house: [Internal]
10
> - :nail_care: [Polish]
11
12
-## main
+## 0.10.0
13
14
#### :boom: Breaking Change
15
@@ -26,7 +26,7 @@
26
27
- Widened input type of `Window.getComputedStyle`, allowing subclasses of Element (such as HtmlElement).
28
29
-# 0.9.1
+## 0.9.1
30
31
#### :bug: Bug Fix
32
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rescript-webapi",
3
- "version": "0.9.1",
+ "version": "0.10.0",
4
"description": "ReScript bindings to the DOM and other Web APIs",
5
"repository": {
6
"type": "git",
@@ -36,5 +36,5 @@
36
"@ryyppy/rescript-promise": "^2.1.0",
37
"rescript": "^10.1.4"
38
},
39
- "packageManager": "yarn@4.0.2"
+ "packageManager": "yarn@4.5.0"
40
}
0 commit comments