Version Packages

This commit is contained in:
github-actions[bot] 2022-10-17 23:21:20 +00:00
parent 813a22ba27
commit f1b582c385
2 changed files with 9 additions and 1 deletions

@ -1,5 +1,13 @@
# @eth-optimism/proxyd # @eth-optimism/proxyd
## 3.12.0
### Minor Changes
- e9f2c701: Allow disabling backend rate limiter
- ca45a85e: Support pattern matching in exempt origins/user agents
- f4faa44c: adds server.log_level config
## 3.11.0 ## 3.11.0
### Minor Changes ### Minor Changes

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