Skip to content

Commit

Permalink
Release version 5.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Nov 9, 2024
1 parent 6f7f013 commit e24976a
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 5.2.1 (2024-11-09)

### Bug Fixes

* **cachemap:** vulnerabilities (6f7f0134)

### Refactors

* **cachemap:** update repodog deps (befb9a72)

## 5.2.0 (2024-09-05)

### Refactors
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.0",
"version": "5.2.1",
"author": "Dylan Aubrey",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -114,4 +114,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.0",
"version": "5.2.1",
"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.0",
"version": "5.2.1",
"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.0",
"version": "5.2.1",
"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.6",
"version": "5.0.7",
"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.6",
"version": "5.0.7",
"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.0",
"version": "5.1.1",
"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.6",
"version": "5.0.7",
"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.6",
"version": "5.0.7",
"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.0",
"version": "5.2.1",
"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.0",
"version": "5.1.1",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/cachemap",
Expand Down

0 comments on commit e24976a

Please sign in to comment.