chore(release): 15.3.4 [skip ci]

## [15.3.4](https://github.com/streamich/react-use/compare/v15.3.3...v15.3.4) (2020-09-04)

### Bug Fixes

* useLongPress hook linting fixes. ([479dd99](479dd9977b))
This commit is contained in:
semantic-release-bot 2020-09-04 20:57:13 +00:00 committed by a.zinoviev
parent 9f3cc3d33a
commit d2b77129f0
No known key found for this signature in database
GPG Key ID: 04CA11950D2FD138
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [15.3.4](https://github.com/streamich/react-use/compare/v15.3.3...v15.3.4) (2020-09-04)
### Bug Fixes
* useLongPress hook linting fixes. ([479dd99](https://github.com/streamich/react-use/commit/479dd9977bfcc43ccadc58eb93690adee462a16e))
## [15.3.3](https://github.com/streamich/react-use/compare/v15.3.2...v15.3.3) (2020-07-24)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "15.3.3",
"version": "15.3.4",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
@ -19,7 +19,7 @@
"lint": "eslint {src,tests}/**/*.{ts,tsx}",
"lint:fix": "yarn lint --fix",
"lint:types": "tsc --noEmit",
"lint:prettier":"prettier --write src/**/**/*.{ts,tsx}",
"lint:prettier": "prettier --write src/**/**/*.{ts,tsx}",
"build:cjs": "tsc",
"build:es": "tsc -m esNext --outDir esm",
"build": "yarn build:cjs && yarn build:es",