diff --git a/CHANGELOG.md b/CHANGELOG.md index c262818..55b9338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ > - :house: [Internal] > - :nail_care: [Polish] -## main +## 0.10.0 #### :boom: Breaking Change @@ -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 diff --git a/package.json b/package.json index 2c7defd..e33b1fe 100644 --- a/package.json +++ b/package.json @@ -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", @@ -36,5 +36,5 @@ "@ryyppy/rescript-promise": "^2.1.0", "rescript": "^10.1.4" }, - "packageManager": "yarn@4.0.2" + "packageManager": "yarn@4.5.0" }