diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ecc83c..94a3bc7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0-next.2...v2.0.0-next.3) + +- add DataFarming contract support [`#1596`](https://github.com/oceanprotocol/ocean.js/pull/1596) + #### [v2.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0-next.1...v2.0.0-next.2) +> 6 September 2022 + +- Release 2.0.0-next.2 [`647096a`](https://github.com/oceanprotocol/ocean.js/commit/647096a9af4f05d9b2481732a4fb110fa15ff63b) - bump package version [`c90ebb0`](https://github.com/oceanprotocol/ocean.js/commit/c90ebb0df8d08d1dae3086b64748a9abec83504e) #### [v2.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v2.0.0-next.0...v2.0.0-next.1) diff --git a/package-lock.json b/package-lock.json index 019f9763..4618529a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "2.0.0-next.2", + "version": "2.0.0-next.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "2.0.0-next.2", + "version": "2.0.0-next.3", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^1.1.3", diff --git a/package.json b/package.json index 54b0864b..0b7a0132 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "2.0.0-next.2", + "version": "2.0.0-next.3", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",