Skip to content

Commit 8b16339

Browse files
chore(main): release cache 1.5.0
1 parent 64ab9ed commit 8b16339

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

packages/cache/CHANGELOG.md

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

3+
## [1.5.0](https://github.com/netlify/primitives/compare/cache-v1.1.0...cache-v1.5.0) (2025-03-19)
4+
5+
6+
### Features
7+
8+
* add `getContext` method ([#77](https://github.com/netlify/primitives/issues/77)) ([ee879ae](https://github.com/netlify/primitives/commit/ee879aece706ba5e34fe1e8d46392580c4a7a7b9))
9+
* export time interval constants ([#81](https://github.com/netlify/primitives/issues/81)) ([60f048b](https://github.com/netlify/primitives/commit/60f048b7ba42cfee1e62725dbc67633b738d4308))
10+
* fix release ([0b1d397](https://github.com/netlify/primitives/commit/0b1d3975c6383b0376cbf8e4c5d2541cd9c43e4d))
11+
* log failures in `cache.put` ([#38](https://github.com/netlify/primitives/issues/38)) ([b9f356a](https://github.com/netlify/primitives/commit/b9f356a2bd1b604f3fa66c032eefa099138c317b))
12+
* update package.json ([6f59f75](https://github.com/netlify/primitives/commit/6f59f75851edf9ef76c254b9b3ddd33d4f1e56a3))
13+
14+
15+
### Bug Fixes
16+
17+
* 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))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* release 1.3.0 ([6e7237e](https://github.com/netlify/primitives/commit/6e7237ec38221382fb2d4ec49f0c184705bd68dc))
23+
* release 1.4.0 ([8c7c297](https://github.com/netlify/primitives/commit/8c7c2973f6d7c6b36eadfad3ce0e8f93bb84440f))
24+
* release 1.5.0 ([1224f51](https://github.com/netlify/primitives/commit/1224f5193c51d6a26be02962f46b4957fa595794))
25+
326
## [1.5.0](https://github.com/netlify/primitives/compare/cache-v1.1.0...cache-v1.5.0) (2025-03-18)
427

528

0 commit comments

Comments
 (0)