diff --git a/CHANGELOG.md b/CHANGELOG.md index fb61b6db..9e130953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,23 @@ 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.19.1](https://github.com/oceanprotocol/ocean.js/compare/v0.19.0...v0.19.1) + +- bump contracts + add networks [`#1059`](https://github.com/oceanprotocol/ocean.js/pull/1059) +- Bump typedoc from 0.21.9 to 0.22.5 [`#1056`](https://github.com/oceanprotocol/ocean.js/pull/1056) +- Bump web3 from 1.5.3 to 1.6.0 [`#1052`](https://github.com/oceanprotocol/ocean.js/pull/1052) +- Bump @types/node from 16.10.1 to 16.10.2 [`#1049`](https://github.com/oceanprotocol/ocean.js/pull/1049) +- Bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0 [`#1045`](https://github.com/oceanprotocol/ocean.js/pull/1045) +- Bump @typescript-eslint/parser from 4.31.2 to 4.32.0 [`#1044`](https://github.com/oceanprotocol/ocean.js/pull/1044) +- Bump @types/node from 16.9.6 to 16.10.1 [`#1043`](https://github.com/oceanprotocol/ocean.js/pull/1043) +- Bump mocha from 9.1.1 to 9.1.2 [`#1042`](https://github.com/oceanprotocol/ocean.js/pull/1042) + #### [v0.19.0](https://github.com/oceanprotocol/ocean.js/compare/v0.18.0...v0.19.0) +> 24 September 2021 + - Custom user parameters [`#944`](https://github.com/oceanprotocol/ocean.js/pull/944) +- Release 0.19.0 [`9c94a87`](https://github.com/oceanprotocol/ocean.js/commit/9c94a8789c8dc5ca88b798196cfa5fb807811651) #### [v0.18.0](https://github.com/oceanprotocol/ocean.js/compare/v0.18.0-next.0...v0.18.0) diff --git a/package-lock.json b/package-lock.json index 1b157703..735b813b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "0.19.0", + "version": "0.19.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "0.19.0", + "version": "0.19.1", "license": "Apache-2.0", "dependencies": { "@ethereum-navigator/navigator": "^0.5.3", diff --git a/package.json b/package.json index f8994ef7..0a208304 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "0.19.0", + "version": "0.19.1", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "exports": "./dist/node/lib.js",