From 94760f590b20d3912ae7d9249eccc391cbfa7037 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Wed, 23 Nov 2022 15:35:22 -0500 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.2.0=20=F0=9F=8E=89=20(#1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..3e6f197 --- /dev/null +++ b/changelog.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.2.0](https://www.github.com/ehmpathy/simple-in-memory-cache/compare/v0.1.0...v0.2.0) (2022-11-23) + + +### Features + +* **cicd:** add please release github cicd ([43f27ea](https://www.github.com/ehmpathy/simple-in-memory-cache/commit/43f27ea69477e5e3966b2eec3289f2f4d0d99dca)) + + +### Bug Fixes + +* **remote:** replace references from uladkasach repo to ehmpathy repo ([983e8ac](https://www.github.com/ehmpathy/simple-in-memory-cache/commit/983e8ac3ae9eeb68cc6d63505d6c8ed851f69d57)) +* **types:** expose a type for an instance of the cache ([1bcbf9b](https://www.github.com/ehmpathy/simple-in-memory-cache/commit/1bcbf9b9aa38934ce08f86e628938681d1dfd2ee)) diff --git a/package-lock.json b/package-lock.json index 13206da..85ffab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-in-memory-cache", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simple-in-memory-cache", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "devDependencies": { "@types/jest": "^24.0.18", diff --git a/package.json b/package.json index e77d6cc..0829f81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-in-memory-cache", - "version": "0.1.0", + "version": "0.2.0", "description": "A simple in-memory cache, for nodejs and the browser, with time based expiration policies.", "author": "UladKasach @uladkasach", "license": "MIT",