diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4f554e7..608b77960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 5af2f9647..8d35dd8be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.7", + "version": "0.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0d63a34f8..826a0f241 100644 --- a/package.json +++ b/package.json @@ -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",