Skip to content

Commit 3232eb3

Browse files
committed
chore(release): v3.2.1
1 parent 690fb73 commit 3232eb3

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [3.2.1](https://github.com/Raiper34/simple-tree-utils/compare/3.2.0...3.2.1)
6+
7+
- fix(exports): fix ts extension in index exports [`690fb73`](https://github.com/Raiper34/simple-tree-utils/commit/690fb73533349ff90dcbc75426586d59761d9185)
8+
59
#### [3.2.0](https://github.com/Raiper34/simple-tree-utils/compare/3.1.2...3.2.0)
610

11+
> 30 August 2025
12+
713
- feat(delete): allow delete multiple nodes in delete method [`#18`](https://github.com/Raiper34/simple-tree-utils/issues/18)
814
- refactor(config): move config interface and config defaults into separated files [`a38b3f9`](https://github.com/Raiper34/simple-tree-utils/commit/a38b3f9cbd3bb3f1ad2e96560a9dd5d0e2acfd0c)
915
- docs(readme): improve readme installation instructions [`b93eaba`](https://github.com/Raiper34/simple-tree-utils/commit/b93eaba5c80f2db86757696f669f1f71bb026559)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import { TreeUtils } from 'simple-tree-utils'
3838
```
3939
Or add directly into an HTML file with `jsdelivr` CDN
4040
```html
41-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/simple-tree-utils.iife.js"></script>
41+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/simple-tree-utils.iife.js"></script>
4242
<script>
4343
const TreeUtils = simpleTreeUtils.TreeUtils;
4444
...

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-tree-utils",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Simple Tree Utils is the library to convert and manipulate with tree-like structures.",
55
"keywords": [
66
"tree",

0 commit comments

Comments
 (0)