Skip to content

Commit 26155e1

Browse files
committed
version/changelog
1 parent 872c621 commit 26155e1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [2.0.15](https://github.com/helloitsjoe/react-hooks-compose/releases/tag/v2.0.15) (2021-05-30)
28

39
**Chore**

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "react-hooks-compose",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"description": "Compose React Hooks",
55
"main": "dist/main.js",
66
"scripts": {
77
"test": "jest --coverage --testPathPattern=__tests__/index.test.js",
8+
"release": "npx helloitsjoe/release-toolkit release",
89
"lint": "eslint ./src",
910
"coveralls": "cat ./coverage/lcov.info | coveralls",
1011
"watch": "webpack --watch",

0 commit comments

Comments
 (0)