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

Release 2.5.0

This commit is contained in:
Matthias Kretschmann 2022-11-01 14:51:19 +00:00 committed by GitHub
parent cdb9f8e082
commit f6d6deef30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 2 deletions

View File

@ -4,10 +4,23 @@ 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.5.0](https://github.com/oceanprotocol/ocean.js/compare/v2.4.0...v2.5.0)
- added more storage types to getFileInfo [`#1640`](https://github.com/oceanprotocol/ocean.js/pull/1640)
- remove moonbase config [`#1643`](https://github.com/oceanprotocol/ocean.js/pull/1643)
- Bump decimal.js from 10.4.1 to 10.4.2 [`#1644`](https://github.com/oceanprotocol/ocean.js/pull/1644)
- Bump mocha from 10.0.0 to 10.1.0 [`#1645`](https://github.com/oceanprotocol/ocean.js/pull/1645)
- Bump typedoc from 0.23.15 to 0.23.19 [`#1646`](https://github.com/oceanprotocol/ocean.js/pull/1646)
- Bump release-it from 15.4.2 to 15.5.0 [`#1648`](https://github.com/oceanprotocol/ocean.js/pull/1648)
- Bump microbundle from 0.14.2 to 0.15.1 [`#1647`](https://github.com/oceanprotocol/ocean.js/pull/1647)
#### [v2.4.0](https://github.com/oceanprotocol/ocean.js/compare/v2.3.0...v2.4.0)
> 24 October 2022
- 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)
- Release 2.4.0 [`65f88cf`](https://github.com/oceanprotocol/ocean.js/commit/65f88cfa5e5904952f52b0bb23040c88eff92319)
#### [v2.3.0](https://github.com/oceanprotocol/ocean.js/compare/v2.2.3...v2.3.0)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/lib",
"version": "2.4.0",
"version": "2.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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