mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Release 2.3.0
This commit is contained in:
parent
6efae8ebbc
commit
666bf42848
@ -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)
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "2.2.3",
|
||||
"version": "2.3.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@oceanprotocol/lib",
|
||||
"version": "2.2.3",
|
||||
"version": "2.3.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@oceanprotocol/contracts": "^1.1.7",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user