From 86146fc8c5ba0487cd6979e747fcda089ca9b098 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:55:27 -0300 Subject: [PATCH] chore(changesets): bump package version (#33) chore: bump package version Co-authored-by: Luke Morales --- .changeset/two-spies-draw.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/two-spies-draw.md diff --git a/.changeset/two-spies-draw.md b/.changeset/two-spies-draw.md deleted file mode 100644 index 1ab0570..0000000 --- a/.changeset/two-spies-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lukemorales/query-key-factory': patch ---- - -Fix published types diff --git a/CHANGELOG.md b/CHANGELOG.md index a4138b5..64dbc47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @lukemorales/query-key-factory +## 1.0.2 + +### Patch Changes + +- [#32](https://github.com/lukemorales/query-key-factory/pull/32) [`f74ec8e`](https://github.com/lukemorales/query-key-factory/commit/f74ec8ed8306650fb6d9296d5982605cfce7534c) Thanks [@lukemorales](https://github.com/lukemorales)! - Fix published types + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index e50a16b..c4bb560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lukemorales/query-key-factory", - "version": "1.0.1", + "version": "1.0.2", "author": "Luke Morales ", "description": "A library for creating standardized query keys, useful for cache management in @tanstack/query", "license": "MIT",