Version Packages

This commit is contained in:
github-actions[bot] 2022-10-13 15:32:03 +00:00
parent 82ab59b8c7
commit 053ce4ddfd
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": {}
} }