Skip to content

Commit 3483795

Browse files
Version Packages (#10)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b40d479 commit 3483795

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/smooth-mugs-boil.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# zod-compare
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- b40d479: refactor: redesign isCompatibleType with new rule style
8+
9+
The function `createIsSameTypeFn` has been renamed to `createCompareFn`.
10+
311
## 0.2.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zod-compare",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Compare two Zod schemas recursively.",
55
"keywords": [
66
"zod",

0 commit comments

Comments
 (0)