diff --git a/.changeset/gentle-falcons-deny.md b/.changeset/gentle-falcons-deny.md deleted file mode 100644 index 24eb223..0000000 --- a/.changeset/gentle-falcons-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codiume/hooks": patch ---- - -Add [use-window-scroll] hook diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebd43f..bc1e842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @codiume/hooks +## 0.0.11 + +### Patch Changes + +- [#35](https://github.com/codiume/hooks/pull/35) [`1ae7ee5`](https://github.com/codiume/hooks/commit/1ae7ee57ce68ea732e6a11d69ea0590475af75fd) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Add [use-window-scroll] hook + ## 0.0.10 ### Patch Changes diff --git a/package.json b/package.json index d487624..dd89bdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codiume/hooks", - "version": "0.0.10", + "version": "0.0.11", "description": "A collection of reusable react hooks for state and UI management", "homepage": "https://github.com/codiume/hooks.git", "keywords": ["hooks", "library", "react", "react-hooks", "state"],