Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2020-10-12)

### Features

* **darkmode:** add useDarkMode hook with tests ([#251](#251)) ([1916b03](1916b03))
  • Loading branch information
semantic-release-bot committed Oct 12, 2020
1 parent 1916b03 commit 0a2751e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/JamesSingleton/hooks-arsenal/compare/v1.5.0...v1.6.0) (2020-10-12)


### Features

* **darkmode:** add useDarkMode hook with tests ([#251](https://github.com/JamesSingleton/hooks-arsenal/issues/251)) ([1916b03](https://github.com/JamesSingleton/hooks-arsenal/commit/1916b035f2012e7d39ff0a0547b9bb7e8c2abfae))

# [1.5.0](https://github.com/JamesSingleton/hooks-arsenal/compare/v1.4.2...v1.5.0) (2020-05-20)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hooks-arsenal",
"version": "1.5.0",
"version": "1.6.0",
"description": "An arsenal of React Hooks... aka, a React Hooks library",
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand Down

0 comments on commit 0a2751e

Please sign in to comment.