1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Release 0.1.4

This commit is contained in:
Ahmed Ali 2020-07-15 21:11:37 +02:00
parent 7d0af48e81
commit 8252990981
3 changed files with 12 additions and 3 deletions

View File

@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.1.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.3...v0.1.4)
> 15 July 2020
- Fix default abi's are not initialized correctly when initializing oceanlib [`#163`](https://github.com/oceanprotocol/ocean-lib-js/pull/163)
- bump contracts [`faff5f1`](https://github.com/oceanprotocol/ocean-lib-js/commit/faff5f143d541319a5a9d558be70098320ed1620)
- Update README_marketplace_flow.md [`2230098`](https://github.com/oceanprotocol/ocean-lib-js/commit/2230098ca5cfc26a720f212ea6dd37d6619a0e2d)
- Update Datatokens.ts [`a643bfc`](https://github.com/oceanprotocol/ocean-lib-js/commit/a643bfcb2720a53ca5c8cc5889443f9b373bca51)
#### [v0.1.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.2...v0.1.3)
> 15 July 2020
@ -17,8 +26,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix/contracts dependencies [`#150`](https://github.com/oceanprotocol/ocean-lib-js/pull/150)
- added missing section [`#153`](https://github.com/oceanprotocol/ocean-lib-js/pull/153)
- dependencies cleanup [`3716c5d`](https://github.com/oceanprotocol/ocean-lib-js/commit/3716c5d1b6f60a6760975688361271c8948d9a62)
- Release 0.1.3 [`36ba35f`](https://github.com/oceanprotocol/ocean-lib-js/commit/36ba35f23825c130e5ff95cb3a09113a463c52ce)
- fix (#152) [`edb2d53`](https://github.com/oceanprotocol/ocean-lib-js/commit/edb2d53fe398dd0fb30f38b327ea3898e6bfe526)
- Cleanup style issues/warnings in compute test. [`8297808`](https://github.com/oceanprotocol/ocean-lib-js/commit/8297808f55ea47f5c74671a773b8d247c674cf67)
#### [v0.1.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.1...v0.1.2)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/lib",
"version": "0.1.3",
"version": "0.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/lib",
"version": "0.1.3",
"version": "0.1.4",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib.js",
"typings": "./dist/node/lib.d.ts",