Skip to content

Commit 799442c

Browse files
chore(release): 1.4.0 [skip ci]
## [1.4.0](v1.3.2...v1.4.0) (2025-02-14) ### Features * add $Uint8ArrayLike ([4619f05](4619f05)) * add $UrlLike ([b1cf915](b1cf915))
1 parent 4619f05 commit 799442c

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+
## [1.4.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v1.3.2...v1.4.0) (2025-02-14)
4+
5+
### Features
6+
7+
* add $Uint8ArrayLike ([4619f05](https://github.com/DouglasNeuroInformatics/libjs/commit/4619f052e1e685a4397a710824b899f0ac7b64df))
8+
* add $UrlLike ([b1cf915](https://github.com/DouglasNeuroInformatics/libjs/commit/b1cf915867d2889b4f2d52000f4f5c4cac7e3969))
9+
310
## [1.3.2](https://github.com/DouglasNeuroInformatics/libjs/compare/v1.3.1...v1.3.2) (2025-02-14)
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": "1.3.2",
4+
"version": "1.4.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)