From f22f3c4580d9b031904837ae801a2233b60498de Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 23 Sep 2022 10:37:53 +0100 Subject: [PATCH] Release 2.1.1 --- 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 a149ac48..ef758e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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.1.1](https://github.com/oceanprotocol/ocean.js/compare/v2.1.0...v2.1.1) + +- add full support for Goerli [`#1614`](https://github.com/oceanprotocol/ocean.js/pull/1614) + #### [v2.1.0](https://github.com/oceanprotocol/ocean.js/compare/v2.0.2...v2.1.0) +> 22 September 2022 + - bump @oceanprotocol/contracts to v1.1.6 [`#1613`](https://github.com/oceanprotocol/ocean.js/pull/1613) - add Arweave/Ipfs/Smartcontract data types [`#1612`](https://github.com/oceanprotocol/ocean.js/pull/1612) +- Release 2.1.0 [`3633f54`](https://github.com/oceanprotocol/ocean.js/commit/3633f54f7c05483c0a8cadac9fca14a93566f6f9) #### [v2.0.2](https://github.com/oceanprotocol/ocean.js/compare/v2.0.1...v2.0.2) diff --git a/package-lock.json b/package-lock.json index 68ef3266..06f58e6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "2.1.0", + "version": "2.1.1", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^1.1.7", diff --git a/package.json b/package.json index 978f0288..3c923b79 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "2.1.0", + "version": "2.1.1", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",