Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-10-05)

### Bug Fixes

* fix safari change method ([ee98710](ee98710))
* state setter ([04feead](04feead))

### Features

* add types ([#5](#5)) ([a536a94](a536a94))
  • Loading branch information
semantic-release-bot committed Oct 5, 2022
1 parent a536a94 commit 67537b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 1.0.0 (2022-10-05)


### Bug Fixes

* fix safari change method ([ee98710](https://github.com/rfoel/use-prefers-color-scheme/commit/ee98710d92f7a16e02e3fad373e56473696755de))
* state setter ([04feead](https://github.com/rfoel/use-prefers-color-scheme/commit/04feeadd196944503107af5831c10b0a6a534e06))


### Features

* add types ([#5](https://github.com/rfoel/use-prefers-color-scheme/issues/5)) ([a536a94](https://github.com/rfoel/use-prefers-color-scheme/commit/a536a94a9c43da992b0561f6f38b3a3e9d5fa1ae))
4 changes: 2 additions & 2 deletions 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": "use-prefers-color-scheme",
"version": "0.1.2-rc.4",
"version": "1.0.0",
"description": "React hook for determining the preferred color scheme",
"author": "rfoel",
"license": "MIT",
Expand Down

0 comments on commit 67537b0

Please sign in to comment.