Skip to content

Commit

Permalink
Merge pull request #27 from zayne-labs/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Zayne authored Oct 9, 2024
2 parents 9e42bec + 895f068 commit a3e4217
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/big-spies-turn.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zayne-labs/toolkit",
"type": "module",
"version": "0.4.5",
"version": "0.4.6",
"packageManager": "[email protected]",
"description": "A collection of utility functions, types and composables used by my other projects. Nothing too fancy but can be useful.",
"author": "Ryan Zayne",
Expand Down

0 comments on commit a3e4217

Please sign in to comment.