Version Packages

This commit is contained in:
github-actions[bot] 2022-08-04 17:40:22 +00:00
parent f3d3492a81
commit 7c599f758f
2 changed files with 12 additions and 1 deletions

@ -1,5 +1,16 @@
# @eth-optimism/proxyd # @eth-optimism/proxyd
## 3.9.0
### Minor Changes
- b6f4bfcf: Add frontend rate limiting
### Patch Changes
- 406a4fce: Unwrap single RPC batches
- 915f3b28: Parameterize full RPC request logging
## 3.8.9 ## 3.8.9
### Patch Changes ### Patch Changes

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