diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bdd546..7723716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.0.4](https://github.com/karlsbeard/ts-tree-tools/compare/v0.0.3...v0.0.4) (2024-08-26) + + +### Features + +* add the findNode & findAllNode function ([55b0e40](https://github.com/karlsbeard/ts-tree-tools/commit/55b0e40a31901468ffb7f53b53cc3b6157ca0d5e)) + ## [0.0.3](https://github.com/karlsbeard/ts-tree-tools/compare/v0.0.2...v0.0.3) (2024-08-23) ## 0.0.2 (2024-08-22) diff --git a/package.json b/package.json index fa3d6f9..675c623 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ts-tree-tools", "type": "module", - "version": "0.0.3", + "version": "0.0.4", "packageManager": "pnpm@9.5.0", "description": "the tools for tree", "author": "Karl <2557075675@qq.com>",