Skip to content

Commit ce545b8

Browse files
chore(main): release cache 1.7.0
1 parent 4017d6e commit ce545b8

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cache/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/netlify/primitives/compare/cache-v1.5.0...cache-v1.7.0) (2025-03-19)
4+
5+
6+
### Features
7+
8+
* add `logger` option ([#96](https://github.com/netlify/primitives/issues/96)) ([4017d6e](https://github.com/netlify/primitives/commit/4017d6e05ed92b95dc151411cb304f6fb3b1e5e3))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* emit `Operation` enum ([#94](https://github.com/netlify/primitives/issues/94)) ([eed9bd5](https://github.com/netlify/primitives/commit/eed9bd5cc04f567c4baa07cc0904291a2b94f90c))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* release 1.6.1 ([7010f09](https://github.com/netlify/primitives/commit/7010f09dc3d8640a983c14cf9a325ee7615c5c77))
20+
321
## [1.6.1](https://github.com/netlify/primitives/compare/cache-v1.5.0...cache-v1.6.1) (2025-03-19)
422

523

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/cache",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "TypeScript utilities for interacting with the Netlify cache",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)