Skip to content

Commit fa07a31

Browse files
chore(release): 3.1.0 [skip ci]
## [3.1.0](v3.0.2...v3.1.0) (2025-06-02) ### Features * add $$Function helper to replicate Zod v3 behaviour ([2e89e26](2e89e26)) * add $AnyFunction ([a8002f1](a8002f1))
1 parent 7980cef commit fa07a31

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [3.1.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v3.0.2...v3.1.0) (2025-06-02)
4+
5+
### Features
6+
7+
* add $$Function helper to replicate Zod v3 behaviour ([2e89e26](https://github.com/DouglasNeuroInformatics/libjs/commit/2e89e2621223d20262ee6b534da4b307858a2a1e))
8+
* add $AnyFunction ([a8002f1](https://github.com/DouglasNeuroInformatics/libjs/commit/a8002f11e52125b2c17b069bf9172ac4d15c635d))
9+
310
## [3.0.2](https://github.com/DouglasNeuroInformatics/libjs/compare/v3.0.1...v3.0.2) (2025-05-30)
411

512
### 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.2",
4+
"version": "3.1.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)