Skip to content

Commit ca57fc0

Browse files
authored
Merge pull request #693 from MetaMask/Version-2.13.2
Version 2.13.2
2 parents 67136a5 + 8ef7521 commit ca57fc0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
## Current Master
44

5+
## 2.13.2 2016-10-4
6+
57
- Fix bug where chosen FIAT exchange rate does no persist when switching networks
68
- Fix additional parameters that made MetaMask sometimes receive errors from Parity.
9+
- Fix bug where invalid transactions would still open the MetaMask popup.
710

811
## 2.13.1 2016-09-23
912

app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "MetaMask",
33
"short_name": "Metamask",
4-
"version": "2.13.1",
4+
"version": "2.13.2",
55
"manifest_version": 2,
66
"author": "https://metamask.io",
77
"description": "Ethereum Browser Extension",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"through2": "^2.0.1",
8282
"vreme": "^3.0.2",
8383
"web3": "ethereum/web3.js#260ac6e78a8ce4b2e13f5bb0fdb65f4088585876",
84-
"web3-provider-engine": "^8.0.7",
84+
"web3-provider-engine": "^8.1.0",
8585
"web3-stream-provider": "^2.0.6",
8686
"xtend": "^4.0.1"
8787
},

0 commit comments

Comments
 (0)