Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Oct 3, 2022
1 parent bb6a4e8 commit 87e188d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 87e188d

Please sign in to comment.