From 672e2b1f4abcc16b4a747b66fa609ea4ca9b5994 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Thu, 13 Jan 2022 16:07:36 +0200 Subject: [PATCH] Release 1.0.0-next.5 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9e5148..f2be781e 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.5](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.4...v1.0.0-next.5) + +- update abi/address [`#1218`](https://github.com/oceanprotocol/ocean.js/pull/1218) + #### [v1.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.3...v1.0.0-next.4) +> 13 January 2022 + - update addresses based on new deployment [`#1216`](https://github.com/oceanprotocol/ocean.js/pull/1216) +- Release 1.0.0-next.4 [`a85f29a`](https://github.com/oceanprotocol/ocean.js/commit/a85f29a5d2324f4b17ab45882267920f7a66e42b) #### [v1.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.2...v1.0.0-next.3) diff --git a/package-lock.json b/package-lock.json index cdf98d60..658bada2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.4", + "version": "1.0.0-next.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.4", + "version": "1.0.0-next.5", "license": "Apache-2.0", "dependencies": { "bignumber.js": "^9.0.2", diff --git a/package.json b/package.json index 684c9edb..70b17163 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "1.0.0-next.4", + "version": "1.0.0-next.5", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",