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

Release 0.1.8

This commit is contained in:
Matthias Kretschmann 2020-07-21 12:17:02 +02:00
parent ffda6ccd08
commit 6b1bf5b0b2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 10 additions and 2 deletions

View File

@ -4,6 +4,13 @@ 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.8](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.7...v0.1.8)
> 21 July 2020
- Bump @types/node from 14.0.23 to 14.0.24 [`#177`](https://github.com/oceanprotocol/ocean-lib-js/pull/177)
- update factoryAddress [`ffda6cc`](https://github.com/oceanprotocol/ocean-lib-js/commit/ffda6ccd08af26a8cf6af6421bd50bc55c3285da)
#### [v0.1.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.6...v0.1.7)
> 20 July 2020
@ -12,6 +19,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump ora from 4.0.4 to 4.0.5 [`#172`](https://github.com/oceanprotocol/ocean-lib-js/pull/172)
- Bump @oceanprotocol/contracts from 0.2.3 to 0.3.0 [`#171`](https://github.com/oceanprotocol/ocean-lib-js/pull/171)
- Bump @truffle/hdwallet-provider from 1.0.38 to 1.0.39 [`#170`](https://github.com/oceanprotocol/ocean-lib-js/pull/170)
- Release 0.1.7 [`7d67fcb`](https://github.com/oceanprotocol/ocean-lib-js/commit/7d67fcb54465380daa01196251f2c8e8a0db17ef)
#### [v0.1.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.5...v0.1.6)

2
package-lock.json generated
View File

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

View File

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