Skip to content

Commit 43f3150

Browse files
chore(release): 2.8.0 [skip ci]
## [2.8.0](v2.7.0...v2.8.0) (2025-04-06) ### Features * add errorToJSON function ([d30564d](d30564d)) * allow calling parseStack with string ([ec03ec3](ec03ec3))
1 parent f3b402a commit 43f3150

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.8.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.7.0...v2.8.0) (2025-04-06)
4+
5+
### Features
6+
7+
* add errorToJSON function ([d30564d](https://github.com/DouglasNeuroInformatics/libjs/commit/d30564d396fd9bee0b689b96ab4d4c5344904b42))
8+
* allow calling parseStack with string ([ec03ec3](https://github.com/DouglasNeuroInformatics/libjs/commit/ec03ec39fde75bfb27f23096cbaa614cc6c9f3ae))
9+
310
## [2.7.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.6.0...v2.7.0) (2025-03-31)
411

512
### 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.7.0",
4+
"version": "2.8.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)