diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2da6c..c44c607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [5.1.5](https://github.com/euberdeveloper/dree/compare/5.1.4...5.1.5) (2024-08-25) + ## [5.1.4](https://github.com/euberdeveloper/dree/compare/5.1.3...5.1.4) (2024-08-19) ## [5.1.3](https://github.com/euberdeveloper/dree/compare/5.1.2...5.1.3) (2024-08-18) diff --git a/package.json b/package.json index dc59090..dbabb9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dree", - "version": "5.1.4", + "version": "5.1.5", "description": "A nodejs module wich helps you handle a directory tree providing you its abstraction through tested functions and a custom configuration.", "main": "bundled/lib/commonjs/index.js", "types": "bundled/lib/commonjs/index.d.ts",