Skip to content

Commit

Permalink
edr-0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fvictorio committed Sep 10, 2024
1 parent f6f22d2 commit 3a88122
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-cars-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-donkeys-draw.md

This file was deleted.

10 changes: 10 additions & 0 deletions crates/edr_napi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nomicfoundation/edr

## 0.6.0

### Minor Changes

- a417e19: Renamed `json` field in response to `data` and changed its type to `string | object` (specified as `string | any` due to an napi-rs limitation).

### Patch Changes

- 2f1c189: Improved error message and added option to skip unsupported transaction type in `debug_traceTransaction`. Set `__EDR_UNSAFE_SKIP_UNSUPPORTED_TRANSACTION_TYPES=true` as an environment variable to enable this.

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/edr",
"version": "0.5.2",
"version": "0.6.0",
"devDependencies": {
"@napi-rs/cli": "^2.18.3",
"@types/chai": "^4.2.0",
Expand Down

0 comments on commit 3a88122

Please sign in to comment.