Skip to content

Commit 0c4cb8e

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.9.0...v3.0.0) (2025-05-30) ### ⚠ BREAKING CHANGES * All Zod helpers now use v4 * use unwrap utility rather than importing neverthrow from libjs ### Features * add isZodTypeLike ([e6540a5](e6540a5)) * add neverthrow module ([4a66cbb](4a66cbb)) ### Code Refactoring * finalize conversion to Zod v4 ([c29326f](c29326f)) * remove vendored neverthrow ([05821c4](05821c4))
1 parent 47d2e6e commit 0c4cb8e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.9.0...v3.0.0) (2025-05-30)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* All Zod helpers now use v4
8+
* use unwrap utility rather than importing neverthrow from libjs
9+
10+
### Features
11+
12+
* add isZodTypeLike ([e6540a5](https://github.com/DouglasNeuroInformatics/libjs/commit/e6540a52fccb2304238c4bf81dd495c461755eeb))
13+
* add neverthrow module ([4a66cbb](https://github.com/DouglasNeuroInformatics/libjs/commit/4a66cbb13319eab60cb5e8b386c44e70cc0c6d6d))
14+
15+
### Code Refactoring
16+
17+
* finalize conversion to Zod v4 ([c29326f](https://github.com/DouglasNeuroInformatics/libjs/commit/c29326fb41a23c8bfb10e18343bb2013b9002068))
18+
* remove vendored neverthrow ([05821c4](https://github.com/DouglasNeuroInformatics/libjs/commit/05821c41daa0d5b41e2927fbf39b49c609fcb012))
19+
320
## [2.9.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.8.1...v2.9.0) (2025-04-19)
421

522
### Features

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": "2.9.0",
4+
"version": "3.0.0",
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)