Skip to content

Commit

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

## v5.1.2

[compare changes](https://github.com/kiki-kanri/kikiutils-node/compare/v5.1.1...v5.1.2)

### 💅 Refactors

- Simplify wrapper functions by removing async/await ([09af6a0](https://github.com/kiki-kanri/kikiutils-node/commit/09af6a0))

### 🏡 Chore

- Replace Prettier with ESLint, add related files, and update VSCode settings ([ab526fe](https://github.com/kiki-kanri/kikiutils-node/commit/ab526fe))
- Modify scripts in package.json ([0bd0a63](https://github.com/kiki-kanri/kikiutils-node/commit/0bd0a63))
- Update eslint-config and format codes ([e56c18c](https://github.com/kiki-kanri/kikiutils-node/commit/e56c18c))
- Upgrade dependencies ([38923a3](https://github.com/kiki-kanri/kikiutils-node/commit/38923a3))

### 🎨 Styles

- Format and lint all files ([9ec40d6](https://github.com/kiki-kanri/kikiutils-node/commit/9ec40d6))
- Change all indentation to 4 spaces ([f65d19a](https://github.com/kiki-kanri/kikiutils-node/commit/f65d19a))

### ❤️ Contributors

- kiki-kanri

## v5.1.1

[compare changes](https://github.com/kiki-kanri/kikiutils-node/compare/v5.1.0...v5.1.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/node",
"version": "5.1.1",
"version": "5.1.2",
"description": "A utility library offering easy-to-use HTTP request wrappers, secure hash functions, flexible logging, datetime utilities, and more to simplify Node.js development.",
"author": "kiki-kanri",
"license": "MIT",
Expand Down

0 comments on commit 3d6c263

Please sign in to comment.