From 968c6a68dd363fbf57be0e0dc793b3eaab347ce4 Mon Sep 17 00:00:00 2001 From: Dylan Aubrey Date: Mon, 11 Mar 2024 14:35:05 +0100 Subject: [PATCH] Release version 5.0.9. --- CHANGELOG.md | 6 ++++++ package.json | 4 ++-- packages/core-worker/package.json | 2 +- packages/core/package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecce0c3..8e8d3b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 5.0.8 (2024-03-11) + +##### New Features + +* sort entries and metadata by key when exported (d770474d) + #### 5.0.7 (2024-01-12) ##### Chores diff --git a/package.json b/package.json index d1f45cd..dc2a686 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cachemap", "description": "An isomorphic cache that can use Redis, LocalStorage, IndexedDB or an in-memory Map.", - "version": "5.0.8", + "version": "5.0.9", "author": "Dylan Aubrey", "license": "MIT", "private": true, @@ -141,4 +141,4 @@ "map", "redis" ] -} +} \ No newline at end of file diff --git a/packages/core-worker/package.json b/packages/core-worker/package.json index 9e31528..3b44f47 100644 --- a/packages/core-worker/package.json +++ b/packages/core-worker/package.json @@ -1,7 +1,7 @@ { "name": "@cachemap/core-worker", "description": "The Cachemap Core Worker module.", - "version": "5.0.8", + "version": "5.0.9", "author": "Dylan Aubrey", "license": "MIT", "homepage": "https://github.com/badbatch/cachemap", diff --git a/packages/core/package.json b/packages/core/package.json index b423b8a..df7670d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@cachemap/core", "description": "The Cachemap core module.", - "version": "5.0.8", + "version": "5.0.9", "author": "Dylan Aubrey", "license": "MIT", "homepage": "https://github.com/badbatch/cachemap",