Skip to content

Commit

Permalink
chore(release): v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Nov 25, 2024
1 parent c24a836 commit d9e83fe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v4.0.2

[compare changes](https://github.com/kiki-kanri/kikiutils-node-classes/compare/v4.0.1...v4.0.2)

### 💅 Refactors

- Simplify wrapper functions by removing async/await ([12828dc](https://github.com/kiki-kanri/kikiutils-node-classes/commit/12828dc))
- **Path:** Unify `isDir/isDirSync` as aliases of `isDirectory/isDirectorySync` ([c24a836](https://github.com/kiki-kanri/kikiutils-node-classes/commit/c24a836))

### 🏡 Chore

- Update eslint-config and format codes ([c8c1b05](https://github.com/kiki-kanri/kikiutils-node-classes/commit/c8c1b05))
- Upgrade dependencies ([0000010](https://github.com/kiki-kanri/kikiutils-node-classes/commit/0000010))

### 🎨 Styles

- Change all indentation to 4 spaces ([891226f](https://github.com/kiki-kanri/kikiutils-node-classes/commit/891226f))

### ❤️ Contributors

- kiki-kanri

## v4.0.1

[compare changes](https://github.com/kiki-kanri/kikiutils-node-classes/compare/v4.0.0...v4.0.1)
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": "@kikiutils/classes",
"version": "4.0.1",
"version": "4.0.2",
"description": "A utility library providing various classes for advanced operations and manipulations.",
"author": "kiki-kanri",
"license": "MIT",
Expand Down

0 comments on commit d9e83fe

Please sign in to comment.