Skip to content

Commit b0b6b69

Browse files
committed
v0.10.0
1 parent 10ef799 commit b0b6b69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
> - :house: [Internal]
1010
> - :nail_care: [Polish]
1111
12-
## main
12+
## 0.10.0
1313

1414
#### :boom: Breaking Change
1515

@@ -26,7 +26,7 @@
2626

2727
- Widened input type of `Window.getComputedStyle`, allowing subclasses of Element (such as HtmlElement).
2828

29-
# 0.9.1
29+
## 0.9.1
3030

3131
#### :bug: Bug Fix
3232

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-webapi",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "ReScript bindings to the DOM and other Web APIs",
55
"repository": {
66
"type": "git",
@@ -36,5 +36,5 @@
3636
"@ryyppy/rescript-promise": "^2.1.0",
3737
"rescript": "^10.1.4"
3838
},
39-
"packageManager": "yarn@4.0.2"
39+
"packageManager": "yarn@4.5.0"
4040
}

0 commit comments

Comments
 (0)