Version Packages

This commit is contained in:
github-actions[bot] 2022-06-08 20:51:10 +00:00
parent 964c0785f9
commit c31d7501ea
2 changed files with 8 additions and 1 deletions

@ -1,5 +1,12 @@
# @eth-optimism/proxyd # @eth-optimism/proxyd
## 3.8.8
### Patch Changes
- 58dc7adc: Improve robustness against unexpected JSON-RPC from upstream
- 552cd641: Fix concurrent write panic in WS
## 3.8.7 ## 3.8.7
### Patch Changes ### Patch Changes

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