diff --git a/.changeset/witty-poets-promise.md b/.changeset/witty-poets-promise.md deleted file mode 100644 index 32d1941..0000000 --- a/.changeset/witty-poets-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vtbag/utensil-drawer': patch ---- - -The best function can't help it it isn't called diff --git a/CHANGELOG.md b/CHANGELOG.md index 2859d8a..83564c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @vtbag/utensil-drawer +## 0.0.2 - 2024-11-25 + +### Patch Changes + +- 27cbbc9: The best function can't help it it isn't called + ## 0.0.1 - 2024-11-25 ### Patch Changes diff --git a/package.json b/package.json index 48dafa8..a9220f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vtbag/utensil-drawer", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "main": "lib/index.js", "description": "Pull out just what you need to craft seamless transitions. The Utensil Drawer holds reusable functions to help you build websites with view transitions. It is a bit sparse right now, but like the one in your kitchen, it is bound to fill up over time.", "sideEffects": false,