From cb8b52c6e1a73444b8170a762822e4ba15bf244e Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Wed, 16 Feb 2022 08:26:34 -0800 Subject: [PATCH] Release 1.0.0-next.20 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce3bee2..62c642bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,19 @@ 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.20](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.19...v1.0.0-next.20) + +- bump to contracts alpha.20 [`#1295`](https://github.com/oceanprotocol/ocean.js/pull/1295) +- use barge addresses for unit tests [`#1291`](https://github.com/oceanprotocol/ocean.js/pull/1291) +- Bump @types/node from 17.0.17 to 17.0.18 [`#1290`](https://github.com/oceanprotocol/ocean.js/pull/1290) +- Bump @types/crypto-js from 4.1.0 to 4.1.1 [`#1289`](https://github.com/oceanprotocol/ocean.js/pull/1289) + #### [v1.0.0-next.19](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.18...v1.0.0-next.19) +> 15 February 2022 + - update config endpoint [`#1288`](https://github.com/oceanprotocol/ocean.js/pull/1288) +- Release 1.0.0-next.19 [`9b71c85`](https://github.com/oceanprotocol/ocean.js/commit/9b71c853f7cd1f596b5fbd451f63e9cdb5af3b72) #### [v1.0.0-next.18](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.17...v1.0.0-next.18) diff --git a/package-lock.json b/package-lock.json index f04745fd..81dd3445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.19", + "version": "1.0.0-next.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "1.0.0-next.19", + "version": "1.0.0-next.20", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "1.0.0-alpha.20", diff --git a/package.json b/package.json index d34eea7e..3a47fad9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "1.0.0-next.19", + "version": "1.0.0-next.20", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",