Skip to content

Commit

Permalink
chore(release): 14.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [14.7.1](v14.7.0...v14.7.1) (2022-07-03)

### Bug Fixes

* **useCookieValue:** proper js-cookie import ([#864](#864)) ([bb6464b](bb6464b)), closes [#280](#280)
  • Loading branch information
semantic-release-bot committed Jul 3, 2022
1 parent bb6464b commit d9c4c6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [14.7.1](https://github.com/react-hookz/web/compare/v14.7.0...v14.7.1) (2022-07-03)


### Bug Fixes

* **useCookieValue:** proper js-cookie import ([#864](https://github.com/react-hookz/web/issues/864)) ([bb6464b](https://github.com/react-hookz/web/commit/bb6464b9893370c73edcf462a65f09de23efbf44)), closes [#280](https://github.com/react-hookz/web/issues/280)

# [14.7.0](https://github.com/react-hookz/web/compare/v14.6.0...v14.7.0) (2022-06-30)


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-hookz/web",
"version": "14.7.0",
"version": "14.7.1",
"description": "React hooks done right, for browser and SSR.",
"keywords": [
"react",
Expand Down

0 comments on commit d9c4c6d

Please sign in to comment.