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 872c621 commit 26155e1Copy full SHA for 26155e1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [2.0.16](https://github.com/helloitsjoe/react-hooks-compose/releases/tag/v2.0.16) (2021-09-26)
2
+
3
+**Chore**
4
5
+- Bump dependencies
6
7
## [2.0.15](https://github.com/helloitsjoe/react-hooks-compose/releases/tag/v2.0.15) (2021-05-30)
8
9
**Chore**
package.json
@@ -1,10 +1,11 @@
{
"name": "react-hooks-compose",
- "version": "2.0.15",
+ "version": "2.0.16",
"description": "Compose React Hooks",
"main": "dist/main.js",
"scripts": {
"test": "jest --coverage --testPathPattern=__tests__/index.test.js",
+ "release": "npx helloitsjoe/release-toolkit release",
"lint": "eslint ./src",
10
"coveralls": "cat ./coverage/lcov.info | coveralls",
11
"watch": "webpack --watch",
0 commit comments