Skip to content

Commit

Permalink
chore(release): v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Oct 10, 2024
1 parent bdb8d4d commit a58069d
Show file tree
Hide file tree
Showing 3 changed files with 408 additions and 434 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v4.3.1

[compare changes](https://github.com/kiki-kanri/kikiutils-node/compare/v4.3.0...v4.3.1)

### 🩹 Fixes

- **hono:** Resolve issue with logger message handling ([bdb8d4d](https://github.com/kiki-kanri/kikiutils-node/commit/bdb8d4d))

### ❤️ Contributors

- kiki-kanri

## v4.3.0

[compare changes](https://github.com/kiki-kanri/kikiutils-node/compare/v4.2.4...v4.3.0)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kikiutils/node",
"version": "4.3.0",
"version": "4.3.1",
"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.",
"license": "MIT",
"author": "kiki-kanri",
Expand All @@ -27,12 +27,12 @@
"@kikiutils/prettierrc": "^1.3.2",
"@kikiutils/tsconfigs": "^3.0.1",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"changelogen": "^0.5.7",
"hono": "^4.6.3",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-project-builder": "3.0.1",
"ts-project-builder": "3.1.1",
"tslib": "^2.7.0"
},
"keywords": [
Expand Down
Loading

0 comments on commit a58069d

Please sign in to comment.