Skip to content

Commit bdcab9d

Browse files
chore: release 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2019-05-18) ### Bug Fixes * correct error in useBreakpoints condition ([5bfead1](5bfead1))
1 parent 4aa2abd commit bdcab9d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.1](https://github.com/thomasthiebaud/react-use-size/compare/v1.2.0...v1.2.1) (2019-05-18)
2+
3+
4+
### Bug Fixes
5+
6+
* correct error in useBreakpoints condition ([5bfead1](https://github.com/thomasthiebaud/react-use-size/commit/5bfead1))
7+
18
# [1.2.0](https://github.com/thomasthiebaud/react-use-size/compare/v1.1.1...v1.2.0) (2019-05-17)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-size",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "React hooks to measure things",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)