diff --git a/package-lock.json b/package-lock.json index 0d158185..d6c8c497 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8874,7 +8874,7 @@ }, "packages/cache": { "name": "@netlify/cache", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "devDependencies": { "npm-run-all2": "^7.0.2", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 0bcd2217..84ede600 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/netlify/primitives/compare/cache-v1.5.0...cache-v1.6.0) (2025-03-19) + + +### Features + +* make Cache API operations no-ops when context is null ([#90](https://github.com/netlify/primitives/issues/90)) ([240871d](https://github.com/netlify/primitives/commit/240871d1d20f99b0dbe48eeae14980d4d6b9ba1e)) + ## [1.5.0](https://github.com/netlify/primitives/compare/cache-v1.1.0...cache-v1.5.0) (2025-03-18) diff --git a/packages/cache/package.json b/packages/cache/package.json index d413d60c..f7b74f8e 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/cache", - "version": "1.5.0", + "version": "1.6.0", "description": "TypeScript utilities for interacting with the Netlify cache", "type": "module", "engines": {