diff --git a/.changeset/large-rats-bake.md b/.changeset/large-rats-bake.md deleted file mode 100644 index b26a0617..00000000 --- a/.changeset/large-rats-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@neshca/cache-handler': minor ---- - -Add the new `neshClassicCache` function to the `@neshca/cache-handler/functions` module allowing to cache the result of expensive operations in the `getServerSideProps` and a Next.js Pages API routes. diff --git a/packages/cache-handler/CHANGELOG.md b/packages/cache-handler/CHANGELOG.md index 2fbf1d3a..c253e0ca 100644 --- a/packages/cache-handler/CHANGELOG.md +++ b/packages/cache-handler/CHANGELOG.md @@ -1,5 +1,11 @@ # @neshca/cache-handler +## 1.8.0 + +### Minor Changes + +- b91f759: Add the new `neshClassicCache` function to the `@neshca/cache-handler/functions` module allowing to cache the result of expensive operations in the `getServerSideProps` and a Next.js Pages API routes. + ## 1.7.4 ### Patch Changes diff --git a/packages/cache-handler/package.json b/packages/cache-handler/package.json index f1a1d45b..e4364033 100644 --- a/packages/cache-handler/package.json +++ b/packages/cache-handler/package.json @@ -1,6 +1,6 @@ { "name": "@neshca/cache-handler", - "version": "1.7.4", + "version": "1.8.0", "description": "Next.js self-hosting simplified.", "keywords": [ "cache",