Skip to content

Commit

Permalink
chore(release): release v4.7.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
euberdeveloper committed Feb 19, 2024
1 parent 3c40236 commit 57c5e3f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


# [4.7.0](https://github.com/euberdeveloper/dree/compare/4.6.4...4.7.0) (2024-02-19)


### Bug Fixes

* **lib:** fix homeShortcut for parse ([cc7f817](https://github.com/euberdeveloper/dree/commit/cc7f8178d426751d34f5a81705b568f2e36ca04a))


### Features

* **bin:** add homehortcut ([5a34963](https://github.com/euberdeveloper/dree/commit/5a349639fd81be9ad1a71ba6a2aa42646ce8cad1))
* **lib:** add homeShortcut option ([2e8adf6](https://github.com/euberdeveloper/dree/commit/2e8adf63adcf3ced978f8ead3e11f40b80c9b678))

## [4.6.4](https://github.com/euberdeveloper/dree/compare/4.6.3...4.6.4) (2024-02-19)

## [4.6.3](https://github.com/euberdeveloper/dree/compare/4.6.2...4.6.3) (2024-02-06)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dree",
"version": "4.6.4",
"version": "4.7.0",
"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/index.js",
"types": "bundled/lib/index.d.ts",
Expand Down

0 comments on commit 57c5e3f

Please sign in to comment.