diff --git a/CHANGELOG.md b/CHANGELOG.md index bc004c8b..5451d2d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.5...v0.1.6) + +> 17 July 2020 + +- revert fetch require [`#169`](https://github.com/oceanprotocol/ocean-lib-js/pull/169) +- Bump typescript from 3.9.6 to 3.9.7 [`#168`](https://github.com/oceanprotocol/ocean-lib-js/pull/168) +- Bump mock-local-storage from 1.1.12 to 1.1.14 [`#167`](https://github.com/oceanprotocol/ocean-lib-js/pull/167) + #### [v0.1.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.4...v0.1.5) > 16 July 2020 @@ -12,7 +20,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - add rinkeby to known configs [`#164`](https://github.com/oceanprotocol/ocean-lib-js/pull/164) - security fixes [`108d794`](https://github.com/oceanprotocol/ocean-lib-js/commit/108d794c2293a4eee3be994b52b77dd508574e75) - more config helpers [`2426561`](https://github.com/oceanprotocol/ocean-lib-js/commit/24265617b068ace688814f45fcc668749d1a04a5) -- fix metadata interfaces exports [`ab6cea3`](https://github.com/oceanprotocol/ocean-lib-js/commit/ab6cea39d4d525430219d53664b30c33ba868bcb) +- Release 0.1.5 [`c1592eb`](https://github.com/oceanprotocol/ocean-lib-js/commit/c1592eb7b5e7c47d38a5fa1b0a7fb672edd2776f) #### [v0.1.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.3...v0.1.4) diff --git a/package-lock.json b/package-lock.json index 3fe1eb40..e5c174be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7bb54e05..f57e4fdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.5", + "version": "0.1.6", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",