Skip to content

Commit 97328ee

Browse files
chore(release): 7.0.0-alpha.4 [skip ci]
# [7.0.0-alpha.4](v7.0.0-alpha.3...v7.0.0-alpha.4) (2020-11-11) ### Bug Fixes * Using package.json file attr instead of gitignore ([74ea0a9](74ea0a9))
1 parent 1c00135 commit 97328ee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [7.0.0-alpha.4](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.0-alpha.3...v7.0.0-alpha.4) (2020-11-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Using package.json file attr instead of gitignore ([74ea0a9](https://github.com/ZeeCoder/use-resize-observer/commit/74ea0a97c3575388506536a700586aecf0ba0816))
7+
18
# [7.0.0-alpha.3](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.0-alpha.2...v7.0.0-alpha.3) (2020-11-11)
29

310
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-resize-observer",
3-
"version": "7.0.0-alpha.3",
3+
"version": "7.0.0-alpha.4",
44
"main": "dist/bundle.cjs.js",
55
"module": "dist/bundle.esm.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)