aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-typescript-typings
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web3-typescript-typings')
-rw-r--r--packages/web3-typescript-typings/CHANGELOG.md13
-rw-r--r--packages/web3-typescript-typings/package.json2
2 files changed, 9 insertions, 6 deletions
diff --git a/packages/web3-typescript-typings/CHANGELOG.md b/packages/web3-typescript-typings/CHANGELOG.md
index c4949ddf9..74dc8748f 100644
--- a/packages/web3-typescript-typings/CHANGELOG.md
+++ b/packages/web3-typescript-typings/CHANGELOG.md
@@ -2,11 +2,14 @@
## v0.10.0 - _TBD, 2018_
-* Fix `web3.net.peerCount` to be of type number instead of boolean (#397)
-* Support ABIv2 (#401)
+ * Support ABIv2 (#401)
+
+## v0.9.11 - _February 16, 2018_
+
+ * Fix `web3.net.peerCount` to be of type number instead of boolean (#397)
## v0.9.3 - _January 11, 2018_
-* Fix `getTransactionReceipt` not returning null (#338)
-* Add type for getData on a contract
-* Fixed the `defaultAccount` not allowing for `undefined` value (#320)
+ * Fix `getTransactionReceipt` not returning null (#338)
+ * Add type for getData on a contract
+ * Fixed the `defaultAccount` not allowing for `undefined` value (#320)
diff --git a/packages/web3-typescript-typings/package.json b/packages/web3-typescript-typings/package.json
index 654dd8619..2b9430323 100644
--- a/packages/web3-typescript-typings/package.json
+++ b/packages/web3-typescript-typings/package.json
@@ -1,6 +1,6 @@
{
"name": "web3-typescript-typings",
- "version": "0.9.10",
+ "version": "0.9.11",
"description": "Typescript type definitions for web3",
"main": "index.d.ts",
"types": "index.d.ts",