diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9b744b6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [1.0.2](https://github.com/lintuming/react-shallow-hooks/compare/v1.0.1...v1.0.2) (2019-09-09) + + +### Performance Improvements + +* add warning when passing empty dependecies or primitive dependecies ([da6f6aa](https://github.com/lintuming/react-shallow-hooks/commit/da6f6aa)) diff --git a/package.json b/package.json index 715afa2..40a86cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-shallow-hooks", - "version": "1.0.1", + "version": "1.0.2", "main": "lib/index.js", "module": "esm/index.js", "repository": {