diff --git a/.changeset/large-items-rhyme.md b/.changeset/large-items-rhyme.md deleted file mode 100644 index 3380e75..0000000 --- a/.changeset/large-items-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codiume/hooks": patch ---- - -Add [use-singleton] hook diff --git a/CHANGELOG.md b/CHANGELOG.md index f16639f..916a7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @codiume/hooks +## 0.0.7 + +### Patch Changes + +- [#26](https://github.com/codiume/hooks/pull/26) [`50ccec2`](https://github.com/codiume/hooks/commit/50ccec2cb5b6640bbc8ea440f0c1724921548ac2) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Add [use-singleton] hook + ## 0.0.6 ### Patch Changes diff --git a/package.json b/package.json index b3e20b5..9d20c97 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,15 @@ { "name": "@codiume/hooks", - "version": "0.0.6", + "version": "0.0.7", "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"], + "keywords": [ + "hooks", + "library", + "react", + "react-hooks", + "state" + ], "author": "MHD ", "contributors": [ { @@ -15,7 +21,9 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "exports": { ".": { "import": {