diff --git a/CHANGELOG.md b/CHANGELOG.md index f2be781e..87a5874f 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.6](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.5...v1.0.0-next.6) + +- up [`#1219`](https://github.com/oceanprotocol/ocean.js/pull/1219) + #### [v1.0.0-next.5](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.4...v1.0.0-next.5) +> 13 January 2022 + - update abi/address [`#1218`](https://github.com/oceanprotocol/ocean.js/pull/1218) +- Release 1.0.0-next.5 [`672e2b1`](https://github.com/oceanprotocol/ocean.js/commit/672e2b1f4abcc16b4a747b66fa609ea4ca9b5994) #### [v1.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.3...v1.0.0-next.4) diff --git a/package-lock.json b/package-lock.json index 658bada2..68179cc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.5", + "version": "1.0.0-next.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.5", + "version": "1.0.0-next.6", "license": "Apache-2.0", "dependencies": { "bignumber.js": "^9.0.2", diff --git a/package.json b/package.json index 70b17163..b1b842ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "1.0.0-next.5", + "version": "1.0.0-next.6", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",