Skip to content

Commit 6f042af

Browse files
chore(main): release cache 1.5.0 (#84)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 18b3720 commit 6f042af

File tree

3 files changed

+19
-2
lines changed

3 files changed

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

3+
## [1.5.0](https://github.com/netlify/primitives/compare/cache-v1.1.0...cache-v1.5.0) (2025-03-18)
4+
5+
6+
### Features
7+
8+
* log failures in `cache.put` ([#38](https://github.com/netlify/primitives/issues/38)) ([b9f356a](https://github.com/netlify/primitives/commit/b9f356a2bd1b604f3fa66c032eefa099138c317b))
9+
10+
11+
### Bug Fixes
12+
13+
* disable code-splitting to workaround an issue in deno 2.x's `deno cache` functionality ([#85](https://github.com/netlify/primitives/issues/85)) ([557a0c1](https://github.com/netlify/primitives/commit/557a0c10f9aad4d4ab4a4c49c31cf13b65bc554a))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* release 1.5.0 ([1224f51](https://github.com/netlify/primitives/commit/1224f5193c51d6a26be02962f46b4957fa595794))
19+
320
## [1.4.0](https://github.com/netlify/primitives/compare/cache-v1.1.0...cache-v1.4.0) (2025-03-12)
421

522

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

0 commit comments

Comments
 (0)