Skip to content

Commit

Permalink
chore(release): 9.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [9.0.2](v9.0.1...v9.0.2) (2024-05-29)

### Bug Fixes

* fixed es imports ([53066f3](53066f3))
  • Loading branch information
semantic-release-bot committed May 29, 2024
1 parent 53066f3 commit 2e12a1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.0.2](https://github.com/BowlingX/apollo-proxy-cache/compare/v9.0.1...v9.0.2) (2024-05-29)


### Bug Fixes

* fixed es imports ([53066f3](https://github.com/BowlingX/apollo-proxy-cache/commit/53066f3b3406d059a1c86f46f985603dda0268e1))

## [9.0.1](https://github.com/BowlingX/apollo-proxy-cache/compare/v9.0.0...v9.0.1) (2024-05-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-proxy-cache",
"version": "9.0.1",
"version": "9.0.2",
"description": "Provides an apollo-link and express (proxy) middleware setup to support a local `@cache` directive",
"main": "build/cjs/index.js",
"typings": "build/mjs/index.d.ts",
Expand Down

0 comments on commit 2e12a1e

Please sign in to comment.