Skip to content

Commit

Permalink
Release version 5.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Mar 11, 2024
1 parent d770474 commit 968c6a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions 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,
Expand Down Expand Up @@ -141,4 +141,4 @@
"map",
"redis"
]
}
}
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 968c6a6

Please sign in to comment.