Skip to content

Commit a242d79

Browse files
chore(release): 2.2.0 [skip ci]
## [2.2.0](v2.1.0...v2.2.0) (2025-02-26) ### Features * add indentLines function ([ae617db](ae617db)) * add toString method to exception ([af33eb6](af33eb6)) * finish implementing toString on exception ([a21d015](a21d015)) * implement toString method on exception ([61c4d6b](61c4d6b))
1 parent a21d015 commit a242d79

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.1.0...v2.2.0) (2025-02-26)
4+
5+
### Features
6+
7+
* add indentLines function ([ae617db](https://github.com/DouglasNeuroInformatics/libjs/commit/ae617db5e3a84e35ae2d22f8cf92b7f697562479))
8+
* add toString method to exception ([af33eb6](https://github.com/DouglasNeuroInformatics/libjs/commit/af33eb6ffd654ce2e18b2fe8ddf16f4ec919aeb0))
9+
* finish implementing toString on exception ([a21d015](https://github.com/DouglasNeuroInformatics/libjs/commit/a21d01594c56a1d4f7f5bfd79b0ce921591e974b))
10+
* implement toString method on exception ([61c4d6b](https://github.com/DouglasNeuroInformatics/libjs/commit/61c4d6b5ec9138543515623d939899631865f82a))
11+
312
## [2.1.0](https://github.com/DouglasNeuroInformatics/libjs/compare/v2.0.1...v2.1.0) (2025-02-25)
413

514
### 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.1.0",
4+
"version": "2.2.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)