Skip to content

Commit 8779a99

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2025-05-30) ### Bug Fixes * incorrect type for unwrap function ([5ceda1b](5ceda1b))
1 parent f601a4f commit 8779a99

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+
## [3.0.1](https://github.com/DouglasNeuroInformatics/libjs/compare/v3.0.0...v3.0.1) (2025-05-30)
4+
5+
### Bug Fixes
6+
7+
* incorrect type for unwrap function ([5ceda1b](https://github.com/DouglasNeuroInformatics/libjs/commit/5ceda1bc76ae1d901ed916eb2e3c8926708b1285))
8+
39
## [3.0.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.9.0...v3.0.0) (2025-05-30)
410

511
### ⚠ BREAKING CHANGES

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