Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Sep 23, 2022
1 parent 829795f commit f22f3c4
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,10 +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.1.1](https://github.com/oceanprotocol/ocean.js/compare/v2.1.0...v2.1.1)

- add full support for Goerli [`#1614`](https://github.com/oceanprotocol/ocean.js/pull/1614)

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

> 22 September 2022
- bump @oceanprotocol/contracts to v1.1.6 [`#1613`](https://github.com/oceanprotocol/ocean.js/pull/1613)
- add Arweave/Ipfs/Smartcontract data types [`#1612`](https://github.com/oceanprotocol/ocean.js/pull/1612)
- Release 2.1.0 [`3633f54`](https://github.com/oceanprotocol/ocean.js/commit/3633f54f7c05483c0a8cadac9fca14a93566f6f9)

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

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

0 comments on commit f22f3c4

Please sign in to comment.