Skip to content

Commit 63b12fc

Browse files
committed
chore: release 0.15.0
1 parent 9b170b0 commit 63b12fc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.15.0](https://github.com/apollographql/apollo-cache-persist/compare/0.14.1...0.15.0) (2024-03-26)
2+
3+
4+
### Bug Fixes
5+
6+
* persist cache on garbage collection ([330a9f4](https://github.com/apollographql/apollo-cache-persist/commit/330a9f4a617a46c95497e4e1db13b1461235436a))
7+
* **tests:** make tests pass ([e431a56](https://github.com/apollographql/apollo-cache-persist/commit/e431a56c46c3f677d1ef9cdf97e2b8cc6f990fe3))
8+
9+
10+
### Features
11+
12+
* add semgrep job ([db674af](https://github.com/apollographql/apollo-cache-persist/commit/db674af5453882c499b1f48edb379fe09d7fe5a4))
13+
14+
15+
116
## [0.14.1](https://github.com/apollographql/apollo-cache-persist/compare/0.14.0...0.14.1) (2022-07-04)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo3-cache-persist",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Simple persistence for all Apollo cache implementations",
55
"author": "James Reggio <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)