Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Oct 11, 2024
1 parent 10ef799 commit b0b6b69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
> - :house: [Internal]
> - :nail_care: [Polish]
## main
## 0.10.0

#### :boom: Breaking Change

Expand All @@ -26,7 +26,7 @@

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

# 0.9.1
## 0.9.1

#### :bug: Bug Fix

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-webapi",
"version": "0.9.1",
"version": "0.10.0",
"description": "ReScript bindings to the DOM and other Web APIs",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,5 +36,5 @@
"@ryyppy/rescript-promise": "^2.1.0",
"rescript": "^10.1.4"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.5.0"
}

0 comments on commit b0b6b69

Please sign in to comment.