Skip to content

Commit

Permalink
chore(release): v1.3.0 🎉 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Nov 25, 2022
1 parent 9bb3569 commit e3199c1
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

## [1.3.0](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.2.1...v1.3.0) (2022-11-25)


### Features

* **resiliance:** automatically recover from malformed cache files; just warn and move on ([9bb3569](https://www.github.com/ehmpathy/simple-on-disk-cache/commit/9bb35692413b59dce3438926a2b5b377c3e44573))

### [1.2.1](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.2.0...v1.2.1) (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
@@ -1,6 +1,6 @@
{
"name": "simple-on-disk-cache",
"version": "1.2.1",
"version": "1.3.0",
"description": "A simple on-disk cache, supporting local and remote filesystem targets, with time based expiration policies.",
"author": "UladKasach @uladkasach",
"license": "MIT",
Expand Down

0 comments on commit e3199c1

Please sign in to comment.