1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Release 3.0.4

This commit is contained in:
Bogdan Fazakas 2023-08-01 20:27:07 +03:00
parent a50cd5bb00
commit 46ca3d534b
3 changed files with 10 additions and 3 deletions

View File

@ -4,9 +4,16 @@ 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).
#### [v3.0.4](https://github.com/oceanprotocol/ocean.js/compare/v3.0.3...v3.0.4)
- Fix/ Download file browser [`#1758`](https://github.com/oceanprotocol/ocean.js/pull/1758)
#### [v3.0.3](https://github.com/oceanprotocol/ocean.js/compare/v3.0.2...v3.0.3)
> 31 July 2023
- Update provider nonce handling [`#1747`](https://github.com/oceanprotocol/ocean.js/pull/1747)
- Release 3.0.3 [`96568ed`](https://github.com/oceanprotocol/ocean.js/commit/96568ed2503634e802683e3be682aed9c65dfd36)
#### [v3.0.2](https://github.com/oceanprotocol/ocean.js/compare/v3.0.1...v3.0.2)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@oceanprotocol/lib",
"version": "3.0.3",
"version": "3.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@oceanprotocol/lib",
"version": "3.0.3",
"version": "3.0.4",
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/contracts": "^1.1.14",

View File

@ -1,7 +1,7 @@
{
"name": "@oceanprotocol/lib",
"source": "./src/index.ts",
"version": "3.0.3",
"version": "3.0.4",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/lib.js",
"umd:main": "dist/lib.umd.js",