Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious authored Nov 1, 2022
1 parent cdb9f8e commit f6d6dee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "2.5.0",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/lib.js",
"umd:main": "dist/lib.umd.js",
Expand Down

0 comments on commit f6d6dee

Please sign in to comment.