diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ceecfffe..f9ecddc7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ 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.20.0](https://github.com/oceanprotocol/ocean.js/compare/v0.19.3...v0.20.0) + +- Bump @truffle/hdwallet-provider from 1.6.0 to 1.7.0 [`#1123`](https://github.com/oceanprotocol/ocean.js/pull/1123) +- Bump release-it from 14.11.7 to 14.11.8 [`#1124`](https://github.com/oceanprotocol/ocean.js/pull/1124) +- Bump mock-local-storage from 1.1.17 to 1.1.18 [`#1122`](https://github.com/oceanprotocol/ocean.js/pull/1122) +- configurable web3 params [`#1112`](https://github.com/oceanprotocol/ocean.js/pull/1112) +- add compute getResult [`#983`](https://github.com/oceanprotocol/ocean.js/pull/983) +- Bump web3 from 1.6.0 to 1.6.1 [`#1115`](https://github.com/oceanprotocol/ocean.js/pull/1115) +- Bump microbundle from 0.14.1 to 0.14.2 [`#1118`](https://github.com/oceanprotocol/ocean.js/pull/1118) + #### [v0.19.3](https://github.com/oceanprotocol/ocean.js/compare/v0.19.2...v0.19.3) +> 26 November 2021 + - Feature/issue 1060 change credential type [`#1073`](https://github.com/oceanprotocol/ocean.js/pull/1073) - Bump @truffle/hdwallet-provider from 1.5.1 to 1.6.0 [`#1103`](https://github.com/oceanprotocol/ocean.js/pull/1103) - Bump @types/node from 16.11.4 to 16.11.7 [`#1108`](https://github.com/oceanprotocol/ocean.js/pull/1108) diff --git a/package-lock.json b/package-lock.json index 760292d87..a5d67e190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "0.19.3", + "version": "0.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "0.19.3", + "version": "0.20.0", "license": "Apache-2.0", "dependencies": { "@ethereum-navigator/navigator": "^0.5.3", diff --git a/package.json b/package.json index 7293385a1..9d829ab7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "0.19.3", + "version": "0.20.0", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "exports": "./dist/node/lib.js",