mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 0.1.5
This commit is contained in:
parent
e24f250641
commit
c1592eb7b5
14
CHANGELOG.md
14
CHANGELOG.md
@ -4,14 +4,24 @@ 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).
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||||
|
|
||||||
|
#### [v0.1.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.4...v0.1.5)
|
||||||
|
|
||||||
|
> 16 July 2020
|
||||||
|
|
||||||
|
- Fix DDO interfaces typings export [`#165`](https://github.com/oceanprotocol/ocean-lib-js/pull/165)
|
||||||
|
- add rinkeby to known configs [`#164`](https://github.com/oceanprotocol/ocean-lib-js/pull/164)
|
||||||
|
- security fixes [`108d794`](https://github.com/oceanprotocol/ocean-lib-js/commit/108d794c2293a4eee3be994b52b77dd508574e75)
|
||||||
|
- more config helpers [`2426561`](https://github.com/oceanprotocol/ocean-lib-js/commit/24265617b068ace688814f45fcc668749d1a04a5)
|
||||||
|
- fix metadata interfaces exports [`ab6cea3`](https://github.com/oceanprotocol/ocean-lib-js/commit/ab6cea39d4d525430219d53664b30c33ba868bcb)
|
||||||
|
|
||||||
#### [v0.1.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.3...v0.1.4)
|
#### [v0.1.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.3...v0.1.4)
|
||||||
|
|
||||||
> 15 July 2020
|
> 15 July 2020
|
||||||
|
|
||||||
- Fix default abi's are not initialized correctly when initializing oceanlib [`#163`](https://github.com/oceanprotocol/ocean-lib-js/pull/163)
|
- Fix default abi's are not initialized correctly when initializing oceanlib [`#163`](https://github.com/oceanprotocol/ocean-lib-js/pull/163)
|
||||||
|
- Release 0.1.4 [`8252990`](https://github.com/oceanprotocol/ocean-lib-js/commit/82529909817abe8273396e14165ff7a75d8869ee)
|
||||||
- bump contracts [`faff5f1`](https://github.com/oceanprotocol/ocean-lib-js/commit/faff5f143d541319a5a9d558be70098320ed1620)
|
- 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 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)
|
#### [v0.1.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.2...v0.1.3)
|
||||||
|
|
||||||
@ -107,4 +117,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|||||||
- minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean-lib-js/pull/11)
|
- minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean-lib-js/pull/11)
|
||||||
- cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean-lib-js/commit/cd9f6295ed08110936f9a092527bae5d0a974bbb)
|
- cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean-lib-js/commit/cd9f6295ed08110936f9a092527bae5d0a974bbb)
|
||||||
- remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean-lib-js/commit/28d1775593ab78bf404708244c49af8f912f3117)
|
- remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean-lib-js/commit/28d1775593ab78bf404708244c49af8f912f3117)
|
||||||
- first cut, highly WIP [`67af4d1`](https://github.com/oceanprotocol/ocean-lib-js/commit/67af4d1d595fc105cc544ff019199c6cef9f76e5)
|
- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d8dadf5495d77e2f73d45454347c13e185bed7d4)
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/lib",
|
"name": "@oceanprotocol/lib",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"description": "JavaScript client library for Ocean Protocol",
|
"description": "JavaScript client library for Ocean Protocol",
|
||||||
"main": "./dist/node/lib.js",
|
"main": "./dist/node/lib.js",
|
||||||
"typings": "./dist/node/lib.d.ts",
|
"typings": "./dist/node/lib.d.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user