Skip to content

Commit 8530c90

Browse files
committed
Release 5.0.0-next.5
1 parent c801bf3 commit 8530c90

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v5.0.0-next.5](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.4...v5.0.0-next.5)
8+
9+
- cast bigint to number [`#1984`](https://github.com/oceanprotocol/ocean.js/pull/1984)
10+
711
#### [v5.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.3...v5.0.0-next.4)
812

13+
> 6 August 2025
14+
915
- fix hexlify numbers [`#1982`](https://github.com/oceanprotocol/ocean.js/pull/1982)
16+
- Release 5.0.0-next.4 [`742649e`](https://github.com/oceanprotocol/ocean.js/commit/742649ed7a882a3b8ca650767892d2c4443945b7)
1017

1118
#### [v5.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.2...v5.0.0-next.3)
1219

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oceanprotocol/lib",
33
"source": "./src/index.ts",
4-
"version": "5.0.0-next.4",
4+
"version": "5.0.0-next.5",
55
"description": "JavaScript client library for Ocean Protocol",
66
"main": "./dist/lib.cjs",
77
"umd:main": "dist/lib.umd.js",

0 commit comments

Comments
 (0)