Skip to content

Commit 6f6b25e

Browse files
chore(release): 2.4.0 [skip ci]
## [2.4.0](v2.3.0...v2.4.0) (2025-03-16) ### Features * add FallbackIfNever type ([d29628b](d29628b))
1 parent d29628b commit 6f6b25e

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+
## [2.4.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.3.0...v2.4.0) (2025-03-16)
4+
5+
### Features
6+
7+
* add FallbackIfNever type ([d29628b](https://github.com/DouglasNeuroInformatics/libjs/commit/d29628bc572e85e06e57b27a504400020c66e9c1))
8+
39
## [2.3.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.2.2...v2.3.0) (2025-02-26)
410

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