Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Oct 19, 2022
1 parent 6efae8e commit 666bf42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0](https://github.com/oceanprotocol/ocean.js/compare/v2.2.3...v2.3.0)

- Update Provider.checkFileUrl to allow non-URL file types (like Arweave) [`#1627`](https://github.com/oceanprotocol/ocean.js/pull/1627)
- add new nft state [`#1636`](https://github.com/oceanprotocol/ocean.js/pull/1636)

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

> 17 October 2022
- set gasFeeMultiplier for polygon [`#1635`](https://github.com/oceanprotocol/ocean.js/pull/1635)
- Release 2.2.3 [`81cbb17`](https://github.com/oceanprotocol/ocean.js/commit/81cbb17c37694523a6d549d3cd27379d43f3a3d4)

#### [v2.2.2](https://github.com/oceanprotocol/ocean.js/compare/v2.2.1...v2.2.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.2.3",
"version": "2.3.0",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/lib.js",
"umd:main": "dist/lib.umd.js",
Expand Down

0 comments on commit 666bf42

Please sign in to comment.