Bump version to 0.18.0 and update HISTORY.md

This commit is contained in:
Elliot Lee
2018-01-17 16:03:57 -08:00
parent b4d8684740
commit 4fff85096c
2 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,11 @@
## 0.18.0 (UNRELEASED)
+ [Convert from Flow to TypeScript](https://github.com/ripple/ripple-lib/pull/816)
+ [Use ES Module syntax](https://github.com/ripple/ripple-lib/pull/815) (Babel still compiles these to common.js modules for
distribution)
+ Docs: [Improve escrow creation example/test](https://github.com/ripple/ripple-lib/pull/820)
+ [Fix type errors](https://github.com/ripple/ripple-lib/pull/811)
+ [Fix lint errors](https://github.com/ripple/ripple-lib/pull/813)
## 0.17.9 (2017-11-14)

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-lib",
"version": "0.17.9",
"version": "0.18.0",
"license": "ISC",
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
"files": [