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 3895bdf commit 77656e3Copy full SHA for 77656e3
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [9.1.0-alpha.1](https://github.com/ZeeCoder/use-resize-observer/compare/v9.0.2...v9.1.0-alpha.1) (2022-11-21)
2
+
3
+### Features
4
5
+- Exported some TS types ([e056e19](https://github.com/ZeeCoder/use-resize-observer/commit/e056e191499c713dc7bdd872530cfb9786e1af3e)), closes [#98](https://github.com/ZeeCoder/use-resize-observer/issues/98)
6
7
## [9.0.2](https://github.com/ZeeCoder/use-resize-observer/compare/v9.0.1...v9.0.2) (2022-06-13)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "use-resize-observer",
- "version": "9.0.2",
+ "version": "9.1.0-alpha.1",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"types": "dist/index.d.ts",
0 commit comments