Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.0.5...v8.0.0) (2021-08-19)

### Bug Fixes

* **brotli:** removed deprecated brotli `iltorb` compression usage ([c26b0e1](c26b0e1))
* **brotli:** removed deprecated brotli `iltorb` compression usage ([b8d9398](b8d9398))

### BREAKING CHANGES

* **brotli:** removed iltorb implementation, will break on earlier nodejs versions
* **brotli:** removed iltorb implementation, will break on earlier nodejs versions
  • Loading branch information
semantic-release-bot committed Aug 19, 2021
1 parent c875ef0 commit 438fc23
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [8.0.0](https://github.com/BowlingX/apollo-proxy-cache/compare/v7.0.5...v8.0.0) (2021-08-19)


### Bug Fixes

* **brotli:** removed deprecated brotli `iltorb` compression usage ([c26b0e1](https://github.com/BowlingX/apollo-proxy-cache/commit/c26b0e13955ef1893eb9831fca8f7296440b4b2f))
* **brotli:** removed deprecated brotli `iltorb` compression usage ([b8d9398](https://github.com/BowlingX/apollo-proxy-cache/commit/b8d939880126fe486952ba87632bb8a54ed30a0e))


### BREAKING CHANGES

* **brotli:** removed iltorb implementation, will break on earlier nodejs versions
* **brotli:** removed iltorb implementation, will break on earlier nodejs versions

## [7.0.5](https://github.com/BowlingX/apollo-proxy-cache/compare/v7.0.4...v7.0.5) (2021-06-01)


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": "7.0.5",
"version": "8.0.0",
"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 438fc23

Please sign in to comment.