diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1901a..36c2627 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index b8a7376..4b0e744 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.5", + "version": "5.0.6", "author": "Dylan Aubrey", "license": "MIT", "private": true, @@ -142,4 +142,4 @@ "map", "redis" ] -} +} \ No newline at end of file diff --git a/packages/controller/package.json b/packages/controller/package.json index 173b811..4a30c71 100644 --- a/packages/controller/package.json +++ b/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", diff --git a/packages/core-worker/package.json b/packages/core-worker/package.json index 6a254d4..37e1007 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.5", + "version": "5.0.6", "author": "Dylan Aubrey", "license": "MIT", "homepage": "https://github.com/badbatch/cachemap", diff --git a/packages/core/package.json b/packages/core/package.json index 1cd9003..cef014e 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.5", + "version": "5.0.6", "author": "Dylan Aubrey", "license": "MIT", "homepage": "https://github.com/badbatch/cachemap", diff --git a/packages/indexed-db/package.json b/packages/indexed-db/package.json index 84d99dc..c8ca612 100644 --- a/packages/indexed-db/package.json +++ b/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", diff --git a/packages/local-storage/package.json b/packages/local-storage/package.json index 5732047..1267df0 100644 --- a/packages/local-storage/package.json +++ b/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", diff --git a/packages/map/package.json b/packages/map/package.json index b9aa00c..695a8ac 100644 --- a/packages/map/package.json +++ b/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", diff --git a/packages/reaper/package.json b/packages/reaper/package.json index a241814..7eeb5b3 100644 --- a/packages/reaper/package.json +++ b/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", diff --git a/packages/redis/package.json b/packages/redis/package.json index 049603f..555baa0 100644 --- a/packages/redis/package.json +++ b/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", diff --git a/packages/types/package.json b/packages/types/package.json index d311ff1..c10fa52 100644 --- a/packages/types/package.json +++ b/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", diff --git a/packages/utils/package.json b/packages/utils/package.json index 68ae93d..17ee7d5 100644 --- a/packages/utils/package.json +++ b/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",