Skip to content

Commit a6a1a00

Browse files
edr-0.13.0
1 parent 6ca30cd commit a6a1a00

11 files changed

Lines changed: 18 additions & 18 deletions

File tree

.changeset/angry-deer-lose.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sparkly-donkeys-worry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/edr_napi/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @nomicfoundation/edr
22

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- 6ca30cd: Added a new `excludeTestPattern` option to the Solidity test runner config for negative test name filtering
8+
9+
### Patch Changes
10+
11+
- b59337e: Fixed stack traces for unsupported cheatcode errors not being identified when compiled with `viaIR`.
12+
313
## 0.12.1
414

515
### Patch Changes

crates/edr_napi/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"main": "edr.darwin-arm64.node",
99
"files": [
1010
"edr.darwin-arm64.node"

crates/edr_napi/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"main": "edr.darwin-x64.node",
99
"files": [
1010
"edr.darwin-x64.node"

crates/edr_napi/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"main": "edr.linux-arm64-gnu.node",
99
"files": [
1010
"edr.linux-arm64-gnu.node"

crates/edr_napi/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"main": "edr.linux-arm64-musl.node",
99
"files": [
1010
"edr.linux-arm64-musl.node"

crates/edr_napi/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"main": "edr.linux-x64-gnu.node",
99
"files": [
1010
"edr.linux-x64-gnu.node"

crates/edr_napi/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"main": "edr.linux-x64-musl.node",
99
"files": [
1010
"edr.linux-x64-musl.node"

crates/edr_napi/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NomicFoundation/edr.git",
55
"type": "git"
66
},
7-
"version": "0.12.1",
7+
"version": "0.13.0",
88
"main": "edr.win32-x64-msvc.node",
99
"files": [
1010
"edr.win32-x64-msvc.node"

0 commit comments

Comments
 (0)