Skip to content

Commit

Permalink
chore(release): v0.3.2 🎉 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Sep 1, 2024
1 parent 3940775 commit 5467f2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.2](https://github.com/ehmpathy/simple-in-memory-cache/compare/v0.3.1...v0.3.2) (2024-09-01)


### Bug Fixes

* **expire:** expiration of 0 seconds should be immediate ([3940775](https://github.com/ehmpathy/simple-in-memory-cache/commit/3940775a2281bacd724ed448d14f04152442a7f2))

## [0.3.1](https://github.com/ehmpathy/simple-in-memory-cache/compare/v0.3.0...v0.3.1) (2023-07-28)


Expand Down
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
Expand Up @@ -2,7 +2,7 @@
"name": "simple-in-memory-cache",
"author": "ehmpathy",
"description": "A simple in-memory cache, for nodejs and the browser, with time based expiration policies.",
"version": "0.3.1",
"version": "0.3.2",
"repository": "ehmpathy/simple-in-memory-cache",
"homepage": "https://github.com/ehmpathy/simple-in-memory-cache",
"keywords": [
Expand Down

0 comments on commit 5467f2a

Please sign in to comment.