1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Version 2.13.3

Bumps provider-engine to fix log query filtering bug.
This commit is contained in:
Dan Finlay 2016-10-04 16:11:50 -07:00
parent cfcae23a7d
commit 6ee22e6688
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## Current Master ## Current Master
## 2.13.3 2016-10-4
- Fix bug where log queries were filtered out.
## 2.13.2 2016-10-4 ## 2.13.2 2016-10-4
- Fix bug where chosen FIAT exchange rate does no persist when switching networks - Fix bug where chosen FIAT exchange rate does no persist when switching networks

View File

@ -1,7 +1,7 @@
{ {
"name": "MetaMask", "name": "MetaMask",
"short_name": "Metamask", "short_name": "Metamask",
"version": "2.13.2", "version": "2.13.3",
"manifest_version": 2, "manifest_version": 2,
"author": "https://metamask.io", "author": "https://metamask.io",
"description": "Ethereum Browser Extension", "description": "Ethereum Browser Extension",

View File

@ -81,7 +81,7 @@
"through2": "^2.0.1", "through2": "^2.0.1",
"vreme": "^3.0.2", "vreme": "^3.0.2",
"web3": "ethereum/web3.js#260ac6e78a8ce4b2e13f5bb0fdb65f4088585876", "web3": "ethereum/web3.js#260ac6e78a8ce4b2e13f5bb0fdb65f4088585876",
"web3-provider-engine": "^8.1.0", "web3-provider-engine": "^8.1.1",
"web3-stream-provider": "^2.0.6", "web3-stream-provider": "^2.0.6",
"xtend": "^4.0.1" "xtend": "^4.0.1"
}, },