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

Release 0.6.1

This commit is contained in:
Matthias Kretschmann 2020-10-14 10:11:45 +02:00
parent fbf2f05a7b
commit 7f279350a0
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 11 additions and 3 deletions

View File

@ -4,8 +4,16 @@ 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.6.1](https://github.com/oceanprotocol/ocean.js/compare/v0.6.0...v0.6.1)
- remove duplicate totalSupply [`#360`](https://github.com/oceanprotocol/ocean.js/pull/360)
- fix balancer test [`a6d79c0`](https://github.com/oceanprotocol/ocean.js/commit/a6d79c020a557bb34b4f986942e740d5adf4ce0a)
- fix balancer test [`9cad523`](https://github.com/oceanprotocol/ocean.js/commit/9cad5231505b89b75eb066e8131434593ae24eca)
#### [v0.6.0](https://github.com/oceanprotocol/ocean.js/compare/v0.5.6...v0.6.0)
> 13 October 2020
- remove ddo prof [`#358`](https://github.com/oceanprotocol/ocean.js/pull/358)
- ocean-lib-js → ocean.js [`#355`](https://github.com/oceanprotocol/ocean.js/pull/355)
- metadataStore → metadataCache [`#354`](https://github.com/oceanprotocol/ocean.js/pull/354)
@ -19,9 +27,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump release-it from 14.0.4 to 14.1.0 [`#345`](https://github.com/oceanprotocol/ocean.js/pull/345)
- Bump @types/node from 14.11.5 to 14.11.7 [`#342`](https://github.com/oceanprotocol/ocean.js/pull/342)
- fix #341 [`#341`](https://github.com/oceanprotocol/ocean.js/issues/341)
- Release 0.6.0 [`69a0b0d`](https://github.com/oceanprotocol/ocean.js/commit/69a0b0d8a2f34ae08e37de1b21c7edc5d52a83ae)
- add more pool tests [`002a38d`](https://github.com/oceanprotocol/ocean.js/commit/002a38d487ffacb54f04b74679da528d282b873c)
- more helpers [`d2b770a`](https://github.com/oceanprotocol/ocean.js/commit/d2b770a9823ea0fa4252fedba6033c0634d38d5f)
- fix error messages [`9a53626`](https://github.com/oceanprotocol/ocean.js/commit/9a536264d8dd90987a0eaeb2a7a6fc5800021b59)
#### [v0.5.6](https://github.com/oceanprotocol/ocean.js/compare/v0.5.5...v0.5.6)

2
package-lock.json generated
View File

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

View File

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