Skip to content

Commit b344bad

Browse files
committed
1.2.0 release
1 parent 5c74e6b commit b344bad

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.2.0 (2021-09-12)
2+
3+
#### Features :moneybag:
4+
5+
- [PR](https://github.com/craig1123/react-recipes/pull/54) Added useLocation hook. Tests + documenation as well
6+
7+
## v1.1.0 (2020-11-25)
8+
9+
React 17 Compatible
10+
111
## v1.1.0 (2020-07-19)
212

313
#### Features :moneybag:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-recipes",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A React Hooks utility library containing popular customized hooks",
55
"author": "@craig1123",
66
"sideEffects": false,

0 commit comments

Comments
 (0)