Skip to content

Commit a696638

Browse files
committed
Release 5.0.0
1 parent 8530c90 commit a696638

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ 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](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.5...v5.0.0)
8+
79
#### [v5.0.0-next.5](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.4...v5.0.0-next.5)
810

11+
> 7 August 2025
12+
913
- cast bigint to number [`#1984`](https://github.com/oceanprotocol/ocean.js/pull/1984)
14+
- Release 5.0.0-next.5 [`8530c90`](https://github.com/oceanprotocol/ocean.js/commit/8530c9011f6a4da5771b15592b2633363b5b514e)
1015

1116
#### [v5.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v5.0.0-next.3...v5.0.0-next.4)
1217

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.5",
4+
"version": "5.0.0",
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)