diff --git a/HISTORY.md b/HISTORY.md index b4818cb7..0115a20f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,8 +2,22 @@ + [Add offer autobridging](https://github.com/ripple/ripple-lib/commit/c7bbce83719c1e8c6a4fae5ca850e7515db1a4a5) ++ [Prevent crash when listening for "model" events on the OrderBook class](https://github.com/ripple/ripple-lib/commit/5824c3cb7cb6bd834d6e037f69943aebf3d83351) + + [Fix empty order edgecase](https://github.com/ripple/ripple-lib/commit/64809d9ae23dc24f47accd4b4788b48f49880d3e) ++ [Fix AutobridgeCalculator (RT-3445)](https://github.com/ripple/ripple-lib/commit/1fff5ea6dcbcee856536df26f3b9cf1aec3c3b55) + ++ [Update sjcl and delete custom ripemd160, montgomery, and jacobi](https://github.com/ripple/ripple-lib/commit/50cda426eb83599c38c0b725e1524a01fc415da2) + ++ [Fix transaction summary for transactions that fail with remoteError](https://github.com/ripple/ripple-lib/commit/5e714f6143464d7912f42537acaa553b88eaf6dc) + ++ [Fix serializedobject append for excessively large bytes length](https://github.com/ripple/ripple-lib/commit/e93f1ab6f4aaad347450aee75a169af0faa2121c) + ++ [Switch to sjcl npm module](https://github.com/ripple/ripple-lib/commit/9a502580fd89ec6a9aa55f4e5847f6a4a2cb5bba) + ++ [Add babel transpiler](https://github.com/ripple/ripple-lib/commit/398f8d001f758bf575b959537a17e79e4042d17b) + + [Remove unused float.js and wallet.js](https://github.com/ripple/ripple-lib/commit/d4a4b5f4fbbf09677a59ce81bace35c6426a2fda) + [Remove config singleton to reduce global state](https://github.com/ripple/ripple-lib/commit/c655c2a20ee5d150a4b5a1b6717b9fb81f636025) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f36712ec..2a977333 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,16 +1,16 @@ { "name": "ripple-lib", - "version": "0.12.5-rc2", + "version": "0.12.5", "npm-shrinkwrap-version": "5.4.0", - "node-version": "v0.12.3", + "node-version": "v0.12.6", "dependencies": { "async": { "version": "0.9.2", "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz" }, "babel-runtime": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-5.7.0.tgz", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-5.8.3.tgz", "dependencies": { "core-js": { "version": "0.9.18", diff --git a/package.json b/package.json index 4008515c..90b6dd7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "0.12.5-rc2", + "version": "0.12.5", "license": "ISC", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "files": [ diff --git a/src/js b/src/js new file mode 160000 index 00000000..16dde36f --- /dev/null +++ b/src/js @@ -0,0 +1 @@ +Subproject commit 16dde36fa2a58845f639429acd5bc4e4ebb5a0f1