From 0b2957d92a3f523d6128e7b1858ff85466379bfc Mon Sep 17 00:00:00 2001 From: mihaisc Date: Tue, 11 Oct 2022 09:59:21 +0300 Subject: [PATCH] Release 2.2.2 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 997a86aeb..477e4427c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.2.2](https://github.com/oceanprotocol/ocean.js/compare/v2.2.1...v2.2.2) + +- add ve address [`#1633`](https://github.com/oceanprotocol/ocean.js/pull/1633) +- Bump got from 9.6.0 to 12.1.0 [`#1631`](https://github.com/oceanprotocol/ocean.js/pull/1631) + #### [v2.2.1](https://github.com/oceanprotocol/ocean.js/compare/v2.2.0...v2.2.1) +> 4 October 2022 + - add allocated [`#1630`](https://github.com/oceanprotocol/ocean.js/pull/1630) +- Release 2.2.1 [`2949ca8`](https://github.com/oceanprotocol/ocean.js/commit/2949ca8e876b56fe59bd4c399c2472a82ed3fbaa) #### [v2.2.0](https://github.com/oceanprotocol/ocean.js/compare/v2.1.1...v2.2.0) diff --git a/package-lock.json b/package-lock.json index 1719543b9..9639f197b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f3953217d..53192d390 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "2.2.1", + "version": "2.2.2", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",