Skip to content

Commit 1c3e83e

Browse files
chore(release): 1.3.0 [skip ci]
## [1.3.0](v1.2.1...v1.3.0) (2025-02-13) ### Features * add $BooleanLike ([de29ac7](de29ac7)) * add filterObject ([2984eb8](2984eb8)) * add zod module ([e64decf](e64decf))
1 parent a528b19 commit 1c3e83e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v1.2.1...v1.3.0) (2025-02-13)
4+
5+
### Features
6+
7+
* add $BooleanLike ([de29ac7](https://github.com/DouglasNeuroInformatics/libjs/commit/de29ac7e9d9a150dc39f8d6ddf643c6dc3cc9cab))
8+
* add filterObject ([2984eb8](https://github.com/DouglasNeuroInformatics/libjs/commit/2984eb8641506c33bd8c20397f0e99e9b147e057))
9+
* add zod module ([e64decf](https://github.com/DouglasNeuroInformatics/libjs/commit/e64decf1ff6ba9e3e3398f95bb8e068b44af7608))
10+
311
## [1.2.1](https://github.com/DouglasNeuroInformatics/libjs/compare/v1.2.0...v1.2.1) (2025-01-29)
412

513

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": "1.2.1",
4+
"version": "1.3.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)