diff --git a/CHANGELOG.md b/CHANGELOG.md index 4959df99..8103c164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,21 @@ 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). +#### [v3.0.3](https://github.com/oceanprotocol/ocean.js/compare/v3.0.2...v3.0.3) + +- Update provider nonce handling [`#1747`](https://github.com/oceanprotocol/ocean.js/pull/1747) + #### [v3.0.2](https://github.com/oceanprotocol/ocean.js/compare/v3.0.1...v3.0.2) +> 14 July 2023 + - Update codeExamples dependencies [`#1742`](https://github.com/oceanprotocol/ocean.js/pull/1742) - Updates to Provider errors handling [`#1745`](https://github.com/oceanprotocol/ocean.js/pull/1745) - Feature/sepolia [`#1749`](https://github.com/oceanprotocol/ocean.js/pull/1749) - Fixing fee token decimals [`#1748`](https://github.com/oceanprotocol/ocean.js/pull/1748) +- Release 3.0.2 [`ff5fcd7`](https://github.com/oceanprotocol/ocean.js/commit/ff5fcd7f2256d9baa0a2df6db68c85041d0c93ce) - Merge 8699e4a8bb30b3ecb7ee894412ebe85267fddd67 into ae2ff1ccde53ace9841844c316a855de271f9a3f [`9da0268`](https://github.com/oceanprotocol/ocean.js/commit/9da0268be6ddfb1e4f110ee48725e8c9a492f6fb) - Adding tests to check if the number of decimals is correct for the publishMarketFee [`8699e4a`](https://github.com/oceanprotocol/ocean.js/commit/8699e4a8bb30b3ecb7ee894412ebe85267fddd67) -- Checking for the decimals on the feeToken [`ece4883`](https://github.com/oceanprotocol/ocean.js/commit/ece4883743c2a22fa5509d89e86b30364f9cb21b) #### [v3.0.1](https://github.com/oceanprotocol/ocean.js/compare/v3.0.1-next.0...v3.0.1) diff --git a/package-lock.json b/package-lock.json index 1a13f6e6..d6941083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^1.1.14", diff --git a/package.json b/package.json index b5c015f1..5ba98cbf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "3.0.2", + "version": "3.0.3", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",