diff --git a/.changeset/metal-bottles-swim.md b/.changeset/metal-bottles-swim.md deleted file mode 100644 index 2d01ab9..0000000 --- a/.changeset/metal-bottles-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tanstack-query-optimistic-updates": patch ---- - -- [PR](https://github.com/mugglim/tanstack-query-optimistic-updates/pull/9) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..19d0003 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# tanstack-query-optimistic-updates + +## 0.0.2 + +### Patch Changes + +- ee0d893: - [PR](https://github.com/mugglim/tanstack-query-optimistic-updates/pull/9) diff --git a/package.json b/package.json index 1b1516d..bf1a780 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "tanstack-query-optimistic-updates", - "version": "0.0.1", + "version": "0.0.2", "repository": { "type": "git", "url": "https://github.com/mugglim/tanstack-query-optimistic-updates"