Skip to content

Commit 82934ea

Browse files
chore(release): 2.9.0 [skip ci]
## [2.9.0](v2.8.1...v2.9.0) (2025-04-19) ### Features * add formatByteSize ([069f71f](069f71f))
1 parent 70fe6a9 commit 82934ea

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.9.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.8.1...v2.9.0) (2025-04-19)
4+
5+
### Features
6+
7+
* add formatByteSize ([069f71f](https://github.com/DouglasNeuroInformatics/libjs/commit/069f71f66c6b61552c649b0ffd09f6af2be166dc))
8+
39
## [2.8.1](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.8.0...v2.8.1) (2025-04-06)
410

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