From 6aebd0caf1a2cf7a48af3e205d6fc88ac03a65a4 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Thu, 26 Dec 2024 13:48:05 -0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.13.0=20=F0=9F=8E=89?= 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 42349e8..fff89cd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/ehmpathy/with-simple-caching/compare/v0.12.0...v0.13.0) (2024-12-26) + + +### Features + +* **terms:** use uni-time glossary for duration term ([dc74524](https://github.com/ehmpathy/with-simple-caching/commit/dc74524f5d73bb43ee86009ab5c10daae40e083b)) + ## [0.12.0](https://github.com/ehmpathy/with-simple-caching/compare/v0.11.4...v0.12.0) (2024-06-06) diff --git a/package-lock.json b/package-lock.json index 24111df..7ac9c4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "with-simple-caching", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "with-simple-caching", - "version": "0.12.0", + "version": "0.13.0", "dependencies": { "@ehmpathy/uni-time": "^1.7.4", "simple-in-memory-cache": "^0.4.0", diff --git a/package.json b/package.json index 9faf3fe..257bed7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "with-simple-caching", "author": "ehmpathy", "description": "A wrapper that makes it simple to add caching to any function", - "version": "0.12.0", + "version": "0.13.0", "repository": "ehmpathy/with-simple-caching", "homepage": "https://github.com/ehmpathy/with-simple-caching", "keywords": [