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

Release 2.2.0

This commit is contained in:
Matthias Kretschmann 2022-10-03 12:42:57 +01:00
parent bb6a4e8f9c
commit 87e188d006
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 19 additions and 3 deletions

View File

@ -4,9 +4,25 @@ 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.0](https://github.com/oceanprotocol/ocean.js/compare/v2.1.1...v2.2.0)
- remove ropsten & rinkeby from ConfigHelper [`#1617`](https://github.com/oceanprotocol/ocean.js/pull/1617)
- Bump @types/node from 18.7.16 to 18.8.0 [`#1628`](https://github.com/oceanprotocol/ocean.js/pull/1628)
- Bump @types/mocha from 9.1.1 to 10.0.0 [`#1624`](https://github.com/oceanprotocol/ocean.js/pull/1624)
- Bump @typescript-eslint/parser from 5.38.0 to 5.38.1 [`#1626`](https://github.com/oceanprotocol/ocean.js/pull/1626)
- Bump @truffle/hdwallet-provider from 2.0.14 to 2.0.16 [`#1623`](https://github.com/oceanprotocol/ocean.js/pull/1623)
- Bump typescript from 4.7.4 to 4.8.4 [`#1619`](https://github.com/oceanprotocol/ocean.js/pull/1619)
- Bump @typescript-eslint/eslint-plugin from 5.38.0 to 5.38.1 [`#1621`](https://github.com/oceanprotocol/ocean.js/pull/1621)
- Bump eslint from 8.23.1 to 8.24.0 [`#1622`](https://github.com/oceanprotocol/ocean.js/pull/1622)
- Bump eslint-config-oceanprotocol from 2.0.3 to 2.0.4 [`#1620`](https://github.com/oceanprotocol/ocean.js/pull/1620)
- Bump vm2 from 3.9.9 to 3.9.11 [`#1616`](https://github.com/oceanprotocol/ocean.js/pull/1616)
#### [v2.1.1](https://github.com/oceanprotocol/ocean.js/compare/v2.1.0...v2.1.1)
> 23 September 2022
- add full support for Goerli [`#1614`](https://github.com/oceanprotocol/ocean.js/pull/1614)
- Release 2.1.1 [`f22f3c4`](https://github.com/oceanprotocol/ocean.js/commit/f22f3c4580d9b031904837ae801a2233b60498de)
#### [v2.1.0](https://github.com/oceanprotocol/ocean.js/compare/v2.0.2...v2.1.0)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@oceanprotocol/lib",
"version": "2.1.1",
"version": "2.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@oceanprotocol/lib",
"version": "2.1.1",
"version": "2.2.0",
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/contracts": "^1.1.7",

View File

@ -1,7 +1,7 @@
{
"name": "@oceanprotocol/lib",
"source": "./src/index.ts",
"version": "2.1.1",
"version": "2.2.0",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/lib.js",
"umd:main": "dist/lib.umd.js",