diff --git a/.changeset/lemon-ducks-deny.md b/.changeset/lemon-ducks-deny.md deleted file mode 100644 index 7eb6015..0000000 --- a/.changeset/lemon-ducks-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codiume/hooks": major ---- - -v1.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ef5cb..65c61c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @codiume/hooks +## 1.0.0 + +### Major Changes + +- [#241](https://github.com/codiume/hooks/pull/241) [`1e06cbd`](https://github.com/codiume/hooks/commit/1e06cbd2be4cd77be4ee4bd5b0e01a68e1e1dc98) Thanks [@mhdcodes](https://github.com/mhdcodes)! - v1.0.0 + ## 0.3.1 ### Patch Changes diff --git a/package.json b/package.json index df4d102..1f8b2db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codiume/hooks", - "version": "0.3.1", + "version": "1.0.0", "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"],