Skip to content

Commit 0a53d9a

Browse files
chore(release): 1.5.1 [skip ci]
## [1.5.1](v1.5.0...v1.5.1) (2025-02-24) ### Bug Fixes * set params to private in ExceptionBuilder ([8595ec9](8595ec9))
1 parent 8595ec9 commit 0a53d9a

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+
## [1.5.1](https://github.com/DouglasNeuroInformatics/libjs/compare/v1.5.0...v1.5.1) (2025-02-24)
4+
5+
### Bug Fixes
6+
7+
* set params to private in ExceptionBuilder ([8595ec9](https://github.com/DouglasNeuroInformatics/libjs/commit/8595ec9d074d49b386efe5b835de719206822422))
8+
39
## [1.5.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v1.4.0...v1.5.0) (2025-02-23)
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": "1.5.0",
4+
"version": "1.5.1",
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)