Skip to content

Commit d1a4a9f

Browse files
authored
4.0.1 (#31)
* 4.0.1 * Update changelog
1 parent 8d5e468 commit d1a4a9f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.1] - 2020-11-03
11+
12+
### Changed
13+
14+
- Updated README.md ([#30](https://github.com/MetaMask/eth-rpc-errors/pull/30))
15+
1016
## [4.0.0] - 2020-11-02
1117

1218
### Changed
@@ -92,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9298
it will preferred over the `.message` property of the fallback error when
9399
creating the returned serialized error object
94100

95-
[Unreleased]:https://github.com/MetaMask/controllers/compare/v4.0.0...HEAD
101+
[Unreleased]:https://github.com/MetaMask/controllers/compare/v4.0.1...HEAD
102+
[4.0.1]:https://github.com/MetaMask/controllers/compare/v4.0.0...v4.0.1
96103
[4.0.0]:https://github.com/MetaMask/controllers/compare/v3.0.0...v4.0.0
97104
[3.0.0]:https://github.com/MetaMask/controllers/compare/v2.1.1...v3.0.0
98105
[2.1.1]:https://github.com/MetaMask/controllers/compare/v2.1.0...v2.1.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eth-rpc-errors",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Ethereum RPC and Provider errors.",
55
"license": "MIT",
66
"author": "Erik Marks <[email protected]>",

0 commit comments

Comments
 (0)