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

Release 0.5.1

This commit is contained in:
alexcos20 2020-10-01 04:17:53 -07:00
parent 7659e381cd
commit 50e2f8de61
3 changed files with 12 additions and 3 deletions

View File

@ -4,12 +4,21 @@ 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.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.0...v0.5.1)
- Feature/contracts 0.5.1 [`#324`](https://github.com/oceanprotocol/ocean-lib-js/pull/324)
- bump contracts to 0.5.1 [`9b7f911`](https://github.com/oceanprotocol/ocean-lib-js/commit/9b7f9119348c1310e34c73dbccecc2c41db828a0)
- fix lint [`2e04ece`](https://github.com/oceanprotocol/ocean-lib-js/commit/2e04ece81c10ed7b765cb09844145c474230efe7)
- update travis [`01ed02c`](https://github.com/oceanprotocol/ocean-lib-js/commit/01ed02ce8e1b8b1ffd879f4b76aab11de9883b1a)
#### [v0.5.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.4.1...v0.5.0)
> 1 October 2020
- Feature/contracts 0.5.0 & account removed where possible [`#323`](https://github.com/oceanprotocol/ocean-lib-js/pull/323)
- remove need of an account for some calls [`fa2a1f8`](https://github.com/oceanprotocol/ocean-lib-js/commit/fa2a1f8944b5a158a142929bf89e09e21c169b8f)
- bump contracts to 0.5.0 [`9bbff39`](https://github.com/oceanprotocol/ocean-lib-js/commit/9bbff39cf002d50d2e923135cf35d4c2e5c26c94)
- update Rinkeby addresses for 0.5.0 [`1c92c55`](https://github.com/oceanprotocol/ocean-lib-js/commit/1c92c555866fc6edd185801065b326e8ed1ab843)
- Release 0.5.0 [`82af6ed`](https://github.com/oceanprotocol/ocean-lib-js/commit/82af6edcd3382db6241601c3e808a9827447ce59)
#### [v0.4.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.4.0...v0.4.1)

2
package-lock.json generated
View File

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

View File

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