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 f9abcec commit 9656441Copy full SHA for 9656441
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 6.1.0
4
+
5
+- No changes, only publishing the next minor.
6
7
## 6.1.0-alpha3
8
9
- Fixed SSR rendering, and added a test to cover it.
package.json
@@ -1,6 +1,6 @@
{
"name": "use-resize-observer",
- "version": "6.1.0-alpha.3",
+ "version": "6.1.0",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"types": "dist/index.d.ts",
0 commit comments