diff --git a/CHANGELOG.md b/CHANGELOG.md index ca3562c22..cb9e5148d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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). +#### [v1.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.3...v1.0.0-next.4) + +- update addresses based on new deployment [`#1216`](https://github.com/oceanprotocol/ocean.js/pull/1216) + #### [v1.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.2...v1.0.0-next.3) +> 12 January 2022 + - update addresses [`#1213`](https://github.com/oceanprotocol/ocean.js/pull/1213) +- Release 1.0.0-next.3 [`3c9ee75`](https://github.com/oceanprotocol/ocean.js/commit/3c9ee7599ba3c5a8109925cdb6e76fa9ff389fe2) #### [v1.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.1...v1.0.0-next.2) diff --git a/package-lock.json b/package-lock.json index 3e318687a..cdf98d60a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.3", + "version": "1.0.0-next.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.3", + "version": "1.0.0-next.4", "license": "Apache-2.0", "dependencies": { "bignumber.js": "^9.0.2", diff --git a/package.json b/package.json index 9d6477de8..684c9edb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "1.0.0-next.3", + "version": "1.0.0-next.4", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",