Skip to content

Commit 0a22d04

Browse files
committed
feat: bump version to 0.2.2
1 parent c40ee9e commit 0a22d04

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# use-disposable-list
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- add React as peer deps, required by rollup not to include react in the final build.
8+
39
## 0.2.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-disposable-list",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"author": "Asaf Shakarzy <[email protected]>",
55
"description": "A react hook to create a disposable list.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)