diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa65e29..1fa059a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.4.1](https://github.com/oceanprotocol/ocean.js/compare/v3.4.0...v3.4.1) + +- Updating oasis exports [`#1860`](https://github.com/oceanprotocol/ocean.js/pull/1860) +- Fix ipfs CID. [`#1851`](https://github.com/oceanprotocol/ocean.js/pull/1851) +- chore: get router factory address from config [`#1858`](https://github.com/oceanprotocol/ocean.js/pull/1858) + #### [v3.4.0](https://github.com/oceanprotocol/ocean.js/compare/v3.3.4-next.0...v3.4.0) +> 7 October 2024 + - Issue 1841 pub flow - createAsset Fn [`#1843`](https://github.com/oceanprotocol/ocean.js/pull/1843) - add credentials to service type [`#1855`](https://github.com/oceanprotocol/ocean.js/pull/1855) - Integrate contracts v2.2.0 [`#1845`](https://github.com/oceanprotocol/ocean.js/pull/1845) diff --git a/package-lock.json b/package-lock.json index ed874312..b215bb66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "3.4.0", + "version": "3.4.1", "license": "Apache-2.0", "dependencies": { "@oasisprotocol/sapphire-paratime": "^1.3.2", diff --git a/package.json b/package.json index ff538763..7fc55a3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "3.4.0", + "version": "3.4.1", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",