Skip to content

Commit 5f77921

Browse files
chore(release): 3.0.2 [skip ci]
## [3.0.2](v3.0.1...v3.0.2) (2025-05-30) ### Bug Fixes * issue preventing inference of _output in ZodTypeLike in some cases ([994a550](994a550))
1 parent 98c3ce1 commit 5f77921

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.0.2](https://github.com/DouglasNeuroInformatics/libjs/compare/v3.0.1...v3.0.2) (2025-05-30)
4+
5+
### Bug Fixes
6+
7+
* issue preventing inference of _output in ZodTypeLike in some cases ([994a550](https://github.com/DouglasNeuroInformatics/libjs/commit/994a5501cb9ee13eedb0e0763ad083c8002ff526))
8+
39
## [3.0.1](https://github.com/DouglasNeuroInformatics/libjs/compare/v3.0.0...v3.0.1) (2025-05-30)
410

511
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@douglasneuroinformatics/libjs",
33
"type": "module",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"packageManager": "[email protected]",
66
"description": "A collection of utility functions and types for Node.js and the browser",
77
"author": "Joshua Unrau",

0 commit comments

Comments
 (0)