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 01fccc6 commit b5f1a53Copy full SHA for b5f1a53
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [9.0.2](https://github.com/ZeeCoder/use-resize-observer/compare/v9.0.1...v9.0.2) (2022-06-13)
2
+
3
+### Bug Fixes
4
5
+- trigger release ([01fccc6](https://github.com/ZeeCoder/use-resize-observer/commit/01fccc6bf5036903a650b42ded58fda4e2907149))
6
7
## [9.0.1](https://github.com/ZeeCoder/use-resize-observer/compare/v9.0.0...v9.0.1) (2022-06-13)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "use-resize-observer",
- "version": "9.0.1",
+ "version": "9.0.2",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"types": "dist/index.d.ts",
0 commit comments