From b0918afaebfbc05879e2dfd04dc9c61975542915 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Thu, 24 Nov 2022 15:54:29 -0500 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.3.0=20=F0=9F=8E=89=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index e91dffd..09c4705 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://www.github.com/ehmpathy/simple-in-memory-cache/compare/v0.2.1...v0.3.0) (2022-11-24) + + +### Features + +* **keys:** enable accurate retrieval of all valid cache keys ([5a70816](https://www.github.com/ehmpathy/simple-in-memory-cache/commit/5a708160850be4460f421ef39573ea54da17fbb2)) + ### [0.2.1](https://www.github.com/ehmpathy/simple-in-memory-cache/compare/v0.2.0...v0.2.1) (2022-11-23) diff --git a/package-lock.json b/package-lock.json index bc2777a..a7a3f52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-in-memory-cache", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-in-memory-cache", - "version": "0.2.1", + "version": "0.3.0", "license": "MIT", "devDependencies": { "@types/jest": "^24.0.18", diff --git a/package.json b/package.json index 61cc288..304e9c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-in-memory-cache", - "version": "0.2.1", + "version": "0.3.0", "description": "A simple in-memory cache, for nodejs and the browser, with time based expiration policies.", "author": "UladKasach @uladkasach", "license": "MIT",