Add types for getData on a web3 contract

This commit is contained in:
Leonid Logvinov
2018-01-11 14:25:49 +01:00
parent 571b3c4da8
commit 7830d518e0
2 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
# CHANGELOG
## v0.9.2 - _January 11, 2018_
* Add type for getData on a contract

View File

@@ -1,6 +1,6 @@
{
"name": "web3-typescript-typings",
"version": "0.9.1",
"version": "0.9.2",
"description": "Typescript type definitions for web3",
"main": "index.d.ts",
"types": "index.d.ts",
@@ -12,9 +12,7 @@
"url": "git+https://github.com/0xProject/web3-typescript-typings.git"
},
"author": "Fabio Berger",
"contributors": [
"Leonid Logvinov <logvinov.leon@gmail.com>"
],
"contributors": ["Leonid Logvinov <logvinov.leon@gmail.com>"],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/0xProject/web3-typescript-typings/issues"