Skip to content

Commit

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

## v5.1.0

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

### 🚀 Enhancements

- Set value parameter type of setReadonlyConstantToGlobalThis as generic ([cbcf336](https://github.com/kiki-kanri/kikiutils-node/commit/cbcf336))

### 🏡 Chore

- Update minimum Node.js version and version list in CI file ([d5d261a](https://github.com/kiki-kanri/kikiutils-node/commit/d5d261a))
- Upgrade dependencies ([1f4659f](https://github.com/kiki-kanri/kikiutils-node/commit/1f4659f))

### ❤️ Contributors

- kiki-kanri

## v5.0.1

[compare changes](https://github.com/kiki-kanri/kikiutils-node/compare/v5.0.0...v5.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/node",
"version": "5.0.1",
"version": "5.1.0",
"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 Down

0 comments on commit 4f16528

Please sign in to comment.