diff --git a/CHANGELOG.md b/CHANGELOG.md index 477e4427c..e82c4ee27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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). +#### [v2.2.3](https://github.com/oceanprotocol/ocean.js/compare/v2.2.2...v2.2.3) + +- set gasFeeMultiplier for polygon [`#1635`](https://github.com/oceanprotocol/ocean.js/pull/1635) + #### [v2.2.2](https://github.com/oceanprotocol/ocean.js/compare/v2.2.1...v2.2.2) +> 11 October 2022 + - add ve address [`#1633`](https://github.com/oceanprotocol/ocean.js/pull/1633) - Bump got from 9.6.0 to 12.1.0 [`#1631`](https://github.com/oceanprotocol/ocean.js/pull/1631) +- Release 2.2.2 [`0b2957d`](https://github.com/oceanprotocol/ocean.js/commit/0b2957d92a3f523d6128e7b1858ff85466379bfc) #### [v2.2.1](https://github.com/oceanprotocol/ocean.js/compare/v2.2.0...v2.2.1) diff --git a/package-lock.json b/package-lock.json index 9639f197b..ecdc8a0c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "2.2.1", + "version": "2.2.3", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^1.1.7", diff --git a/package.json b/package.json index 53192d390..62089b474 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "2.2.2", + "version": "2.2.3", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",