Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w666 committed Feb 10, 2025
1 parent 8e70f82 commit 4e44e4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.1

- [FEATURE]: Add `cleanUp` function to HTTP server to delete expired key/values from internal storage
- [DOC]: Add missing documentation about HTTP server

1.0.0

- initial release
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yakv",
"version": "1.0.0",
"version": "1.0.1",
"description": "Yet another lightweight in-memory key-value storage",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4e44e4d

Please sign in to comment.