diff --git a/CHANGELOG.md b/CHANGELOG.md index ef758e7f..236ebc6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,25 @@ 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). +#### [v2.2.0](https://github.com/oceanprotocol/ocean.js/compare/v2.1.1...v2.2.0) + +- remove ropsten & rinkeby from ConfigHelper [`#1617`](https://github.com/oceanprotocol/ocean.js/pull/1617) +- Bump @types/node from 18.7.16 to 18.8.0 [`#1628`](https://github.com/oceanprotocol/ocean.js/pull/1628) +- Bump @types/mocha from 9.1.1 to 10.0.0 [`#1624`](https://github.com/oceanprotocol/ocean.js/pull/1624) +- Bump @typescript-eslint/parser from 5.38.0 to 5.38.1 [`#1626`](https://github.com/oceanprotocol/ocean.js/pull/1626) +- Bump @truffle/hdwallet-provider from 2.0.14 to 2.0.16 [`#1623`](https://github.com/oceanprotocol/ocean.js/pull/1623) +- Bump typescript from 4.7.4 to 4.8.4 [`#1619`](https://github.com/oceanprotocol/ocean.js/pull/1619) +- Bump @typescript-eslint/eslint-plugin from 5.38.0 to 5.38.1 [`#1621`](https://github.com/oceanprotocol/ocean.js/pull/1621) +- Bump eslint from 8.23.1 to 8.24.0 [`#1622`](https://github.com/oceanprotocol/ocean.js/pull/1622) +- Bump eslint-config-oceanprotocol from 2.0.3 to 2.0.4 [`#1620`](https://github.com/oceanprotocol/ocean.js/pull/1620) +- Bump vm2 from 3.9.9 to 3.9.11 [`#1616`](https://github.com/oceanprotocol/ocean.js/pull/1616) + #### [v2.1.1](https://github.com/oceanprotocol/ocean.js/compare/v2.1.0...v2.1.1) +> 23 September 2022 + - add full support for Goerli [`#1614`](https://github.com/oceanprotocol/ocean.js/pull/1614) +- Release 2.1.1 [`f22f3c4`](https://github.com/oceanprotocol/ocean.js/commit/f22f3c4580d9b031904837ae801a2233b60498de) #### [v2.1.0](https://github.com/oceanprotocol/ocean.js/compare/v2.0.2...v2.1.0) diff --git a/package-lock.json b/package-lock.json index 2ea9c02c..846f7568 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "2.1.1", + "version": "2.2.0", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^1.1.7", diff --git a/package.json b/package.json index 11014cc9..90734575 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "2.1.1", + "version": "2.2.0", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",