From 48ac22cad741cda172b0c1ccce399d78b7b549ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:01:25 +0100 Subject: [PATCH] RELEASING: @codiume/hooks@0.0.12 (#39) Co-authored-by: github-actions[bot] --- .changeset/lazy-ears-turn.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lazy-ears-turn.md diff --git a/.changeset/lazy-ears-turn.md b/.changeset/lazy-ears-turn.md deleted file mode 100644 index c1533d2..0000000 --- a/.changeset/lazy-ears-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codiume/hooks": patch ---- - -Add [use-local-storage] hook diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1e842..8cd124d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @codiume/hooks +## 0.0.12 + +### Patch Changes + +- [#38](https://github.com/codiume/hooks/pull/38) [`3e25e8e`](https://github.com/codiume/hooks/commit/3e25e8ebe34498cdf71e6c206998cb550933a444) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Add [use-local-storage] hook + ## 0.0.11 ### Patch Changes diff --git a/package.json b/package.json index 47728fb..8b320bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codiume/hooks", - "version": "0.0.11", + "version": "0.0.12", "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"],