From 1e0f406bdcae288c9fcc7b9da890a7b50df2b567 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Thu, 26 Dec 2024 13:32:14 -0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.4.0=20=F0=9F=8E=89=20(#10)?= 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 07ea6fe..3cab871 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/ehmpathy/simple-in-memory-cache/compare/v0.3.3...v0.4.0) (2024-12-26) + + +### Features + +* **terms:** use uni-time glossary for duration term ([#9](https://github.com/ehmpathy/simple-in-memory-cache/issues/9)) ([b80e053](https://github.com/ehmpathy/simple-in-memory-cache/commit/b80e053978f6717cfbfd525f6c7a4f034f07f87c)) + ## [0.3.3](https://github.com/ehmpathy/simple-in-memory-cache/compare/v0.3.2...v0.3.3) (2024-09-01) diff --git a/package-lock.json b/package-lock.json index cb5e913..a47ae02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-in-memory-cache", - "version": "0.3.3", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-in-memory-cache", - "version": "0.3.3", + "version": "0.4.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 15e390a..b4689af 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simple-in-memory-cache", "author": "ehmpathy", "description": "A simple in-memory cache, for nodejs and the browser, with time based expiration policies.", - "version": "0.3.3", + "version": "0.4.0", "repository": "ehmpathy/simple-in-memory-cache", "homepage": "https://github.com/ehmpathy/simple-in-memory-cache", "keywords": [