Skip to content

Commit

Permalink
chore(release): 4.3.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
euberdeveloper committed Feb 28, 2023
1 parent f1ce2ef commit c2b476b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [4.3.2](https://github.com/euberdeveloper/dree/compare/4.3.1...4.3.2) (2023-02-28)


### Bug Fixes

* **bin:** remove unused console.log ([b4646d0](https://github.com/euberdeveloper/dree/commit/b4646d0b933f6758f1ac8761066569a8817d840b))
* fix names of sort predefined functions ([b1b0f52](https://github.com/euberdeveloper/dree/commit/b1b0f528d6d0342602fefe53dfd78db2827b7301))
* **lib:** fix glob check ([14a9b7b](https://github.com/euberdeveloper/dree/commit/14a9b7b0c4205dcb4dae0a2e2b4518b9e9bc2753))


### Features

* **bin:** add default sorting methods ([d05b8d4](https://github.com/euberdeveloper/dree/commit/d05b8d485a9f2a98a7090c7877c7151c9d8e6c18))
* **lib:** add predefined sorting methods ([de15c35](https://github.com/euberdeveloper/dree/commit/de15c35ebdb6caf168f6be7274c719c7398618a7))



## [4.3.1](https://github.com/euberdeveloper/dree/compare/v4.3.0...v4.3.1) (2023-02-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.1",
"version": "4.3.2",
"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

2 comments on commit c2b476b

@vercel
Copy link

@vercel vercel bot commented on c2b476b Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c2b476b Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.