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

Release 0.5.4

This commit is contained in:
alexcos20 2020-10-02 06:02:00 -07:00
parent 84b1fe3b63
commit cd033b547a
3 changed files with 11 additions and 2 deletions

View File

@ -4,9 +4,18 @@ 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.5.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.3...v0.5.4)
- Feature/contracts 053 [`#328`](https://github.com/oceanprotocol/ocean-lib-js/pull/328)
- update to contracts 0.5.3 [`b78a57c`](https://github.com/oceanprotocol/ocean-lib-js/commit/b78a57c59a98cb10c0f90f14d24011c43920bfff)
- update to contracts 0.5.3 [`cc84784`](https://github.com/oceanprotocol/ocean-lib-js/commit/cc847841c5639fb0f74bea5ca5b4e43f184b923a)
#### [v0.5.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.2...v0.5.3)
> 2 October 2020
- use networkID instead of chainId [`#327`](https://github.com/oceanprotocol/ocean-lib-js/pull/327)
- Release 0.5.3 [`9a228c1`](https://github.com/oceanprotocol/ocean-lib-js/commit/9a228c131ba61d485c22f575f31e78e4689a3969)
#### [v0.5.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.1...v0.5.2)

2
package-lock.json generated
View File

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

View File

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