Skip to content

Commit 20b7b8f

Browse files
Releases @neshca/cache-handler@0.4.0 @neshca/server@0.4.0 (caching-tools#84)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b811b66 commit 20b7b8f

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/slimy-emus-live.md

-6
This file was deleted.

packages/cache-handler/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neshca/cache-handler
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- b811b66: Upgrade to Next.js v14.0.0
8+
39
## 0.3.12
410

511
### Patch Changes

packages/cache-handler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neshca/cache-handler",
3-
"version": "0.3.12",
3+
"version": "0.4.0",
44
"description": "Flexible API to replace the default Next.js cache, accommodating custom cache solutions for multi-instance deployments. ",
55
"homepage": "https://github.com/caching-tools/next-shared-cache/tree/canary/packages/cache-handler",
66
"bugs": "https://github.com/caching-tools/next-shared-cache/issues",

packages/server/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neshca/server
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- b811b66: Upgrade to Next.js v14.0.0
8+
39
## 0.3.10
410

511
### Patch Changes

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neshca/server",
3-
"version": "0.3.10",
3+
"version": "0.4.0",
44
"homepage": "https://github.com/caching-tools/next-shared-cache",
55
"bugs": "https://github.com/caching-tools/next-shared-cache/issues",
66
"repository": {

0 commit comments

Comments
 (0)