Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisc committed Oct 4, 2022
1 parent 1d692b7 commit 2949ca8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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.1](https://github.com/oceanprotocol/ocean.js/compare/v2.2.0...v2.2.1)

- add allocated [`#1630`](https://github.com/oceanprotocol/ocean.js/pull/1630)

#### [v2.2.0](https://github.com/oceanprotocol/ocean.js/compare/v2.1.1...v2.2.0)

> 3 October 2022
- 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)
Expand All @@ -16,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- Release 2.2.0 [`87e188d`](https://github.com/oceanprotocol/ocean.js/commit/87e188d0067672f8da8df2ad19c7af7bcb3a14bd)

#### [v2.1.1](https://github.com/oceanprotocol/ocean.js/compare/v2.1.0...v2.1.1)

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.2.0",
"version": "2.2.1",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/lib.js",
"umd:main": "dist/lib.umd.js",
Expand Down

0 comments on commit 2949ca8

Please sign in to comment.