Skip to content

Commit 0634e25

Browse files
committed
v0.9.0
1 parent 642f9d3 commit 0634e25

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
1212
## main
1313

14+
## 0.9.0
15+
1416
#### :boom: Breaking Change
1517

1618
- Corrected return type of `selectionStart` and `selectionEnd` for `input` and `textarea` elements. https://github.com/TheSpyder/rescript-webapi/pull/124

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-webapi",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Reason / ReScript bindings to DOM",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)