diff --git a/.changeset/dirty-humans-exercise.md b/.changeset/dirty-humans-exercise.md deleted file mode 100644 index fe5ff563a..000000000 --- a/.changeset/dirty-humans-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/edr": minor ---- - -Add a `stackTrace` getter to the provider's response and remove the old, lower-level `solidityTrace` getter. diff --git a/crates/edr_napi/CHANGELOG.md b/crates/edr_napi/CHANGELOG.md index d1a58a238..acaaf03f3 100644 --- a/crates/edr_napi/CHANGELOG.md +++ b/crates/edr_napi/CHANGELOG.md @@ -1,5 +1,11 @@ # @nomicfoundation/edr +## 0.7.0 + +### Minor Changes + +- d419f36: Add a `stackTrace` getter to the provider's response and remove the old, lower-level `solidityTrace` getter. + ## 0.6.5 ### Patch Changes diff --git a/crates/edr_napi/package.json b/crates/edr_napi/package.json index 9f869fa57..2869e298d 100644 --- a/crates/edr_napi/package.json +++ b/crates/edr_napi/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/edr", - "version": "0.6.5", + "version": "0.7.0", "devDependencies": { "@napi-rs/cli": "^2.18.4", "@types/chai": "^4.2.0",