Skip to content

Commit

Permalink
chore(release): 9.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.1.0](v9.0.2...v9.1.0) (2022-11-22)

### Bug Fixes

* trigger release ([da154e1](da154e1))

### Features

* Exported some TS types ([3895bdf](3895bdf)), closes [#98](#98)
  • Loading branch information
semantic-release-bot committed Nov 22, 2022
1 parent da154e1 commit 12b662f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [9.1.0](https://github.com/ZeeCoder/use-resize-observer/compare/v9.0.2...v9.1.0) (2022-11-22)

### Bug Fixes

- trigger release ([da154e1](https://github.com/ZeeCoder/use-resize-observer/commit/da154e1db4e1c2b21fef722d998fd2adaba46d9f))

### Features

- Exported some TS types ([3895bdf](https://github.com/ZeeCoder/use-resize-observer/commit/3895bdf98687f285e707697d451231ab7f46d189)), closes [#98](https://github.com/ZeeCoder/use-resize-observer/issues/98)

# [9.1.0-alpha.1](https://github.com/ZeeCoder/use-resize-observer/compare/v9.0.2...v9.1.0-alpha.1) (2022-11-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-resize-observer",
"version": "9.1.0-alpha.1",
"version": "9.1.0",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 12b662f

Please sign in to comment.