Skip to content

Commit c8a94c6

Browse files
chore(release): 2.5.0 [skip ci]
## [2.5.0](v2.4.0...v2.5.0) (2025-03-29) ### Features * add asyncResultify ([a4c2d79](a4c2d79)) * add ExceptionLike interface ([ac93dc1](ac93dc1)) * add http module ([4ba8e4c](4ba8e4c))
1 parent a1a3b1b commit c8a94c6

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+
## [2.5.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.4.0...v2.5.0) (2025-03-29)
4+
5+
### Features
6+
7+
* add asyncResultify ([a4c2d79](https://github.com/DouglasNeuroInformatics/libjs/commit/a4c2d790388c5adcc378792c768e0c4a727038af))
8+
* add ExceptionLike interface ([ac93dc1](https://github.com/DouglasNeuroInformatics/libjs/commit/ac93dc1283a57a619fd9f655d1c9f1b2d02a66b9))
9+
* add http module ([4ba8e4c](https://github.com/DouglasNeuroInformatics/libjs/commit/4ba8e4c1b257ca6e9d270ce80624bc714123289b))
10+
311
## [2.4.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.3.0...v2.4.0) (2025-03-16)
412

513
### 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.4.0",
4+
"version": "2.5.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)