Skip to content

Commit

Permalink
chore(release): 8.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.1](v8.0.0...v8.0.1) (2022-04-10)

### Bug Fixes

* brought back nodejs 12 compatibility; Bumped dependencies ([ff84764](ff84764))
  • Loading branch information
semantic-release-bot committed Apr 10, 2022
1 parent ff84764 commit 19a1060
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 @@
## [8.0.1](https://github.com/BowlingX/apollo-proxy-cache/compare/v8.0.0...v8.0.1) (2022-04-10)


### Bug Fixes

* brought back nodejs 12 compatibility; Bumped dependencies ([ff84764](https://github.com/BowlingX/apollo-proxy-cache/commit/ff847648dc4eb94d251b62f71e6aea7d9b58b2ae))

# [8.0.0](https://github.com/BowlingX/apollo-proxy-cache/compare/v7.0.5...v8.0.0) (2021-08-19)


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": "8.0.0",
"version": "8.0.1",
"description": "Provides an apollo-link and express (proxy) middleware setup to support a local `@cache` directive",
"main": "dist/node/index.js",
"browser": "dist/browser/index.js",
Expand Down

0 comments on commit 19a1060

Please sign in to comment.