Merge pull request #3698 from ethereum-optimism/changeset-release/master

Version Packages
This commit is contained in:
Matthew Slipper 2022-10-13 12:52:59 -05:00 committed by GitHub
commit 53a58bcdc8
2 changed files with 8 additions and 1 deletions

@ -1,5 +1,12 @@
# @eth-optimism/proxyd # @eth-optimism/proxyd
## 3.11.0
### Minor Changes
- b3c5eeec: Fixed JSON-RPC 2.0 specification compliance by adding the optional data field on an RPCError
- 01ae6625: Adds new Redis rate limiter
## 3.10.2 ## 3.10.2
### Patch Changes ### Patch Changes

@ -1,6 +1,6 @@
{ {
"name": "@eth-optimism/proxyd", "name": "@eth-optimism/proxyd",
"version": "3.10.2", "version": "3.11.0",
"private": true, "private": true,
"dependencies": {} "dependencies": {}
} }