Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Oct 24, 2022
1 parent b4c7037 commit 65f88cf
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,10 +4,18 @@ 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.4.0](https://github.com/oceanprotocol/ocean.js/compare/v2.3.0...v2.4.0)

- bump @oceanprotocol/contracts to v1.1.8 [`#1638`](https://github.com/oceanprotocol/ocean.js/pull/1638)
- increase gas multiplier on polygon [`#1637`](https://github.com/oceanprotocol/ocean.js/pull/1637)

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

> 19 October 2022
- 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)
- Release 2.3.0 [`666bf42`](https://github.com/oceanprotocol/ocean.js/commit/666bf428489e9a07c2118a99b12a9871da5e0794)

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

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

0 comments on commit 65f88cf

Please sign in to comment.