Skip to content

Commit

Permalink
chore(release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2023-01-31)

### Bug Fixes

* fix build ([0943d0e](0943d0e))
* fix ssr ([6b0b94a](6b0b94a))
  • Loading branch information
semantic-release-bot committed Jan 31, 2023
1 parent 06335e0 commit 237728a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.3](https://github.com/rfoel/use-prefers-color-scheme/compare/v1.1.2...v1.1.3) (2023-01-31)


### Bug Fixes

* fix build ([0943d0e](https://github.com/rfoel/use-prefers-color-scheme/commit/0943d0e88105beca9c4e8c1887e999c586d69bdb))
* fix ssr ([6b0b94a](https://github.com/rfoel/use-prefers-color-scheme/commit/6b0b94afd71fba1df3a30b133562f5d24bbacca2))

## [1.1.2](https://github.com/rfoel/use-prefers-color-scheme/compare/v1.1.1...v1.1.2) (2023-01-23)


Expand Down
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": "1.1.2",
"version": "1.1.3",
"description": "React hook for determining the preferred color scheme",
"author": "rfoel",
"license": "MIT",
Expand Down

0 comments on commit 237728a

Please sign in to comment.