diff --git a/changelog.md b/changelog.md index fabb9ed..a577fd7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/ehmpathy/simple-on-disk-cache/compare/v1.0.0...v1.0.1) (2022-10-09) + + +### Bug Fixes + +* **pkg:** fix the package description and keywords ([ddfad25](https://www.github.com/ehmpathy/simple-on-disk-cache/commit/ddfad255f31cb8d91035a7cfb1bc70546859c1ee)) + ## 1.0.0 (2022-10-09) diff --git a/package-lock.json b/package-lock.json index b0a2461..d7f05e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-on-disk-cache", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 77c858e..09dc36d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-on-disk-cache", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple on-disk cache, supporting local and remote filesystem targets, with time based expiration policies.", "author": "UladKasach @uladkasach", "license": "MIT",