Skip to content

Commit

Permalink
Release version 5.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Dec 16, 2023
1 parent 06473ba commit aacc33e
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
#### 5.0.5 (2023-12-16)

##### Bug Fixes

* pnppm version in pipeline (06473ba1)

##### Refactors

* better support esm and cjs (a9804560)

#### 5.0.4 (2023-11-28)

##### Bug Fixes
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.5",
"version": "5.0.6",
"author": "Dylan Aubrey",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -142,4 +142,4 @@
"map",
"redis"
]
}
}
2 changes: 1 addition & 1 deletion packages/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@cachemap/controller",
"description": "The Cachemap controller module.",
"version": "5.0.4",
"version": "5.0.5",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
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.5",
"version": "5.0.6",
"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.5",
"version": "5.0.6",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexed-db/package.json
@@ -1,7 +1,7 @@
{
"name": "@cachemap/indexed-db",
"description": "The Cachemap IndexedDB module.",
"version": "5.0.3",
"version": "5.0.4",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/local-storage/package.json
@@ -1,7 +1,7 @@
{
"name": "@cachemap/local-storage",
"description": "The Cachemap LocalStorage module.",
"version": "5.0.3",
"version": "5.0.4",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/map/package.json
@@ -1,7 +1,7 @@
{
"name": "@cachemap/map",
"description": "The Cachemap Map module.",
"version": "5.0.3",
"version": "5.0.4",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/reaper/package.json
@@ -1,7 +1,7 @@
{
"name": "@cachemap/reaper",
"description": "The Cachemap reaper module.",
"version": "5.0.3",
"version": "5.0.4",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/package.json
@@ -1,7 +1,7 @@
{
"name": "@cachemap/redis",
"description": "The Cachemap Redis module.",
"version": "5.0.3",
"version": "5.0.4",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,7 +1,7 @@
{
"name": "@cachemap/types",
"description": "The Cachemap types module.",
"version": "5.0.3",
"version": "5.0.4",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@cachemap/utils",
"description": "The Cachemap utils module.",
"version": "5.0.3",
"version": "5.0.4",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down

0 comments on commit aacc33e

Please sign in to comment.