Skip to content

Commit

Permalink
chore(release): 12.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [12.1.0](v12.0.0...v12.1.0) (2019-09-01)

### Features

* 🎸 add useSearchParam() hook ([b22f32f](b22f32f))
* 🎸 support server-side rendering in useSearchParam() hook ([64ac924](64ac924))
  • Loading branch information
semantic-release-bot committed Sep 1, 2019
1 parent 3f08740 commit 99f6639
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [12.1.0](https://github.com/streamich/react-use/compare/v12.0.0...v12.1.0) (2019-09-01)


### Features

* 🎸 add useSearchParam() hook ([b22f32f](https://github.com/streamich/react-use/commit/b22f32f))
* 🎸 support server-side rendering in useSearchParam() hook ([64ac924](https://github.com/streamich/react-use/commit/64ac924))

# [12.0.0](https://github.com/streamich/react-use/compare/v11.3.2...v12.0.0) (2019-09-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "12.0.0",
"version": "12.1.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 99f6639

Please sign in to comment.