From 1e19165d1fd1f53ba07705ff41b7452f97993732 Mon Sep 17 00:00:00 2001 From: Ahmed Ali Date: Thu, 30 Jul 2020 11:03:38 +0200 Subject: [PATCH] Release 0.1.10 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b20ce5e7..bf164812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.10](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.9...v0.1.10) + +> 30 July 2020 + +- add nonce to provider signature [`#194`](https://github.com/oceanprotocol/ocean-lib-js/pull/194) +- Bump @types/node from 14.0.25 to 14.0.26 [`#187`](https://github.com/oceanprotocol/ocean-lib-js/pull/187) +- Bump @truffle/hdwallet-provider from 1.0.39 to 1.0.40 [`#186`](https://github.com/oceanprotocol/ocean-lib-js/pull/186) +- Bump @types/node from 14.0.24 to 14.0.25 [`#185`](https://github.com/oceanprotocol/ocean-lib-js/pull/185) +- Bump @types/chai from 4.2.11 to 4.2.12 [`#184`](https://github.com/oceanprotocol/ocean-lib-js/pull/184) +- Bump mock-local-storage from 1.1.14 to 1.1.15 [`#183`](https://github.com/oceanprotocol/ocean-lib-js/pull/183) + #### [v0.1.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.8...v0.1.9) > 22 July 2020 @@ -157,4 +168,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean-lib-js/pull/11) - cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean-lib-js/commit/cd9f6295ed08110936f9a092527bae5d0a974bbb) - remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean-lib-js/commit/28d1775593ab78bf404708244c49af8f912f3117) -- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d8dadf5495d77e2f73d45454347c13e185bed7d4) +- first cut, highly WIP [`67af4d1`](https://github.com/oceanprotocol/ocean-lib-js/commit/67af4d1d595fc105cc544ff019199c6cef9f76e5) diff --git a/package-lock.json b/package-lock.json index 193e9975..c23c5302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1f639902..c3f53a02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.1.9", + "version": "0.1.10", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",