Skip to content

Commit

Permalink
chore(release): v1.1.0 🎉 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Oct 9, 2022
1 parent 11204fe commit 4a3154b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.1.0](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.0.1...v1.1.0) (2022-10-09)


### Features

* **obs:** save value to cache file as observably as possible ([11204fe](https://www.github.com/ehmpathy/simple-on-disk-cache/commit/11204febf46fbc3d3b5a4d1bc99dff2c5673230a))

### [1.0.1](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.0.0...v1.0.1) (2022-10-09)


Expand Down
2 changes: 1 addition & 1 deletion 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.0.1",
"version": "1.1.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 4a3154b

Please sign in to comment.