Skip to content

Commit

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

## v5.1.3

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

### 🩹 Fixes

- Resolve logger issue in browser due to process.env import method ([5622de5](https://github.com/kiki-kanri/kikiutils-node/commit/5622de5))

### 🏡 Chore

- Upgrade dependencies ([71e77cd](https://github.com/kiki-kanri/kikiutils-node/commit/71e77cd))

### 🎨 Styles

- Format and lint codes ([62902ed](https://github.com/kiki-kanri/kikiutils-node/commit/62902ed))

### ❤️ Contributors

- kiki-kanri

## v5.1.2

[compare changes](https://github.com/kiki-kanri/kikiutils-node/compare/v5.1.1...v5.1.2)
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.2",
"version": "5.1.3",
"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 a3d228c

Please sign in to comment.