Skip to content

Commit

Permalink
Release version 5.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Dec 18, 2024
1 parent 62f1711 commit 712dbf9
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 12 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 5.2.3 (2024-12-18)

### New Features

* **cachemap:** add import alias and fix deps in core-worker (e6adf1ce)

### Bug Fixes

* **cachemap:**
* revert one vulnerability fix as it breaks tests (62f17114)
* lock file (87992270)
* sort vulnerabilities (2aa1f63a)
* package lock (36b4ec17)

## 5.2.2 (2024-11-20)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cachemap",
"description": "An isomorphic cache that can use Redis, web storage, IndexedDB or an in-memory Map.",
"version": "5.2.2",
"version": "5.2.3",
"author": "Dylan Aubrey",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -116,4 +116,4 @@
"ws": ">=8.17.1"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/controller/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cachemap/controller",
"description": "The Cachemap controller module.",
"version": "5.2.2",
"version": "5.2.3",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cachemap/core-worker",
"description": "The Cachemap Core Worker module.",
"version": "5.2.2",
"version": "5.2.3",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cachemap/core",
"description": "The Cachemap core module.",
"version": "5.2.2",
"version": "5.2.3",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexed-db/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cachemap/indexed-db",
"description": "The Cachemap IndexedDB 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/map/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cachemap/map",
"description": "The Cachemap Map 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/reaper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cachemap/reaper",
"description": "The Cachemap reaper module.",
"version": "5.1.2",
"version": "5.1.3",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cachemap/redis",
"description": "The Cachemap Redis 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/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cachemap/types",
"description": "The Cachemap types 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/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cachemap/utils",
"description": "The Cachemap utils module.",
"version": "5.2.2",
"version": "5.2.3",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cachemap/web-storage",
"description": "The Cachemap web storage module.",
"version": "5.1.2",
"version": "5.1.3",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down

0 comments on commit 712dbf9

Please sign in to comment.