Skip to content

Commit 0f02acd

Browse files
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.1.3...v9.0.0) (2024-05-29) ### Features * Switch to official `redis` package instead `ioredis`, adjusted build pipelines ([d476f48](d476f48)) ### BREAKING CHANGES * Switch to official `redis` package instead `ioredis` for default redis implementation.
1 parent 30aa4d4 commit 0f02acd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [9.0.0](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.1.3...v9.0.0) (2024-05-29)
2+
3+
4+
### Features
5+
6+
* Switch to official `redis` package instead `ioredis`, adjusted build pipelines ([d476f48](https://github.com/BowlingX/apollo-proxy-cache/commit/d476f48d4bf700649eda5421a1f3ccc1e34252a4))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Switch to official `redis` package instead `ioredis` for default redis implementation.
12+
113
## [8.1.3](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.1.2...v8.1.3) (2023-04-27)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-proxy-cache",
3-
"version": "8.1.3",
3+
"version": "9.0.0",
44
"description": "Provides an apollo-link and express (proxy) middleware setup to support a local `@cache` directive",
55
"main": "build/cjs/index.js",
66
"typings": "build/mjs/index.d.ts",

0 commit comments

Comments
 (0)