Skip to content

Commit 3e7c648

Browse files
committed
Fix contribution
1 parent c64cc08 commit 3e7c648

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Version | Change |
44
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5-
| 3.23.1 | Best-effort RegEx flag support by [Justin](https://github.com/hufftheweevil)! Some minor fixes and additions, such as the title option.
5+
| 3.23.1 | Best-effort RegEx flag support by [Spappz](https://github.com/Spappz)! Some minor fixes and additions, such as the title option.
66
| 3.23.0 | Adds support for base64, date, time, duration and nanoid string validations. A warm welcome and a big thanks to [Colin](https://www.github.com/colinhacks), the creator of Zod, joining in as a contributor :)
77
| 3.22.5 | Adds new z.date() parsing options and override callback |
88
| 3.22.4 | Adds fix for nullable references in OpenAPI mode |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"Bram del Canho (https://github.com/Bram-dc)",
5151
"Gilad Hecht (https://github.com/gthecht)",
5252
"Colin McDonnell (https://github.com/colinhacks)",
53-
"Justin (https://github.com/hufftheweevil)"
53+
"Spappz (https://github.com/Spappz)"
5454
],
5555
"repository": {
5656
"type": "git",
@@ -72,4 +72,4 @@
7272
"typescript": "^5.1.3",
7373
"zod": "^3.23.3"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)