diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6c24b..9338f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes will be included in this file. +# Beta releases + +## 0.2.0 (2022-10-11) + +### Features + +* Added `ttl` config option to automatically re-invoke your function if it is considered stale ([ad7bfde](https://github.com/mupperton/phunky/commit/ad7bfdeac306c87f4df692aed4e385e39d554618)) + +### Documentation + +* Added documentation of the config options and class methods for `Phunk` ([50dd6b7](https://github.com/mupperton/phunky/commit/50dd6b784be3225b1067e7d89a856e621db7d707)) + # Alpha releases ## 0.1.0 (2022-10-10) diff --git a/package-lock.json b/package-lock.json index e40df90..886b9f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "phunky", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "phunky", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "devDependencies": { "@parcel/packager-ts": "2.7.0", diff --git a/package.json b/package.json index d926ce3..7410d82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phunky", - "version": "0.1.0", - "description": "Funky promise-based thunk cache", + "version": "0.2.0", + "description": "Funky promise-based cached thunk", "keywords": [ "thunk", "cache",