Skip to content

Commit

Permalink
chore(release): v0.3.1 🎉 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Jul 28, 2023
1 parent 0937888 commit 6383fd7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* **inputs:** add seconds as alias to defaultSecondsUntilExpiration ([4ad0a09](https://github.com/ehmpathy/simple-in-memory-cache/commit/4ad0a09aca6a959de8226ef5b8cc0f303efbb0da))
* **practs:** use latest best practices ([0937888](https://github.com/ehmpathy/simple-in-memory-cache/commit/0937888ed95ef43ae5e23fe7c2a56aac959bb27a))

## [0.3.0](https://www.github.com/ehmpathy/simple-in-memory-cache/compare/v0.2.1...v0.3.0) (2022-11-24)


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.0",
"version": "0.3.1",
"repository": "ehmpathy/simple-in-memory-cache",
"homepage": "https://github.com/ehmpathy/simple-in-memory-cache",
"keywords": [
Expand Down

0 comments on commit 6383fd7

Please sign in to comment.