Skip to content

Commit

Permalink
chore(release): v5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Dec 15, 2024
1 parent 0209f3c commit d706bdc
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

## v5.1.4

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

### 💅 Refactors

- Change Url to URL ([844051b](https://github.com/kiki-kanri/kikiutils-node/commit/844051b))
- Remove process import statement ([0209f3c](https://github.com/kiki-kanri/kikiutils-node/commit/0209f3c))

### 🏡 Chore

- Upgrade dependencies ([125646f](https://github.com/kiki-kanri/kikiutils-node/commit/125646f))
- Upgrade dependencies ([bfafc04](https://github.com/kiki-kanri/kikiutils-node/commit/bfafc04))

### 🎨 Styles

- Format and lint all files ([8670067](https://github.com/kiki-kanri/kikiutils-node/commit/8670067))

### ❤️ Contributors

- kiki-kanri

## v5.1.3

[compare changes](https://github.com/kiki-kanri/kikiutils-node/compare/v5.1.2...v5.1.3)
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.3",
"version": "5.1.4",
"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 d706bdc

Please sign in to comment.