Skip to content

Commit 1e628be

Browse files
chore(main): release cache 1.8.0 (#99)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 371780d commit 1e628be

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/netlify/primitives/compare/cache-v1.5.0...cache-v1.8.0) (2025-04-15)
4+
5+
6+
### Features
7+
8+
* add `caches` export ([#102](https://github.com/netlify/primitives/issues/102)) ([371780d](https://github.com/netlify/primitives/commit/371780d80c1e52dbf904fe1f5858bb7dd5183791))
9+
* add `logger` option ([#96](https://github.com/netlify/primitives/issues/96)) ([4017d6e](https://github.com/netlify/primitives/commit/4017d6e05ed92b95dc151411cb304f6fb3b1e5e3))
10+
* 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))
11+
* move logger to request context ([#98](https://github.com/netlify/primitives/issues/98)) ([c0faba6](https://github.com/netlify/primitives/commit/c0faba688229ae52041c0f0bf74c4a214de9f056))
12+
13+
14+
### Bug Fixes
15+
16+
* emit `Operation` enum ([#94](https://github.com/netlify/primitives/issues/94)) ([eed9bd5](https://github.com/netlify/primitives/commit/eed9bd5cc04f567c4baa07cc0904291a2b94f90c))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* release 1.6.1 ([7010f09](https://github.com/netlify/primitives/commit/7010f09dc3d8640a983c14cf9a325ee7615c5c77))
22+
323
## [1.7.1](https://github.com/netlify/primitives/compare/cache-v1.5.0...cache-v1.7.1) (2025-03-19)
424

525

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.7.1",
3+
"version": "1.8.0",
44
"description": "TypeScript utilities for interacting with the Netlify cache",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)