From 895f068fd75dc9020f4e0f015bda58f1380eae4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Oct 2024 22:54:28 +0000 Subject: [PATCH] [ci]: update package version --- .changeset/big-spies-turn.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/big-spies-turn.md diff --git a/.changeset/big-spies-turn.md b/.changeset/big-spies-turn.md deleted file mode 100644 index 24fe398..0000000 --- a/.changeset/big-spies-turn.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@zayne-labs/toolkit": patch ---- - -refactor ♻️: omitkeys and pickkeys functions. - -- Refactor the omitKeys function to use a generic type to represent the keys to omit. -- Refactor the pickKeys function to return the correct type. diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ec3db..d3997bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @zayne-labs/toolkit +## 0.4.6 + +### Patch Changes + +- 9e42bec: refactor ♻️: omitkeys and pickkeys functions. + + - Refactor the omitKeys function to use a generic type to represent the keys to omit. + - Refactor the pickKeys function to return the correct type. + ## 0.4.5 ### Patch Changes diff --git a/package.json b/package.json index 7c02f13..9cfa350 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@zayne-labs/toolkit", "type": "module", - "version": "0.4.5", + "version": "0.4.6", "packageManager": "pnpm@9.12.0", "description": "A collection of utility functions, types and composables used by my other projects. Nothing too fancy but can be useful.", "author": "Ryan Zayne",