diff --git a/CHANGELOG.md b/CHANGELOG.md index ea07f53..61246d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.4.0 (2021-09-15) + +#### Features :moneybag: + +- [PR](https://github.com/craig1123/react-recipes/pull/58) Added useQueryParams hook, tests, and documenation + ## v1.3.0 (2021-09-15) #### Features :moneybag: diff --git a/package.json b/package.json index 31dd3b4..d379784 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-recipes", - "version": "1.3.0", + "version": "1.4.0", "description": "A React Hooks utility library containing popular customized hooks", "author": "@craig1123", "sideEffects": false,