1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Release 2.2.2

This commit is contained in:
mihaisc 2022-10-11 09:59:21 +03:00
parent 2b15ae2d5a
commit 0b2957d92a
3 changed files with 10 additions and 2 deletions

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/lib",
"version": "2.2.1",
"version": "2.2.2",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -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",