Skip to content

Commit

Permalink
release v1.11.0
Browse files Browse the repository at this point in the history
- [CORE-951]
  • Loading branch information
wulfraem committed Feb 7, 2020
1 parent 08a179e commit 96936be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@

## Next Version
### Features

### Fixes

### Deprecations


## Version 1.11.0
### Features
- add `getGasPrice` to `SignerInterface`

### Fixes
- use typescript version `3.7.4`
- update `AccountStore` to throw if private key is missing
- check `dataSchema` for incorrect ajv schema when setting description

### Deprecations


## Version 1.10.0
### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"testunitcoverage": "npm run build && nyc -r lcov -e .ts -x \"**/*.spec.ts\" -x \"lib\" mocha --exit -r ts-node/register $TESTSPECS && nyc report --reporter=json > coverage/coverage.json"
},
"types": "./dist/index.d.ts",
"version": "1.10.0"
"version": "1.11.0"
}

0 comments on commit 96936be

Please sign in to comment.