Skip to content

Commit b5582b5

Browse files
committed
Release 7.0.0-next.8
1 parent c6d7807 commit b5582b5

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ 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+
#### [v7.0.0-next.8](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.7...v7.0.0-next.8)
8+
9+
- allow multiaddr dial [`c6d7807`](https://github.com/oceanprotocol/ocean.js/commit/c6d78078be7f855256500e82a98fc88983c08f89)
10+
711
#### [v7.0.0-next.7](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.6...v7.0.0-next.7)
812

13+
> 8 April 2026
14+
915
- get node jobs and get node status [`a56d4c3`](https://github.com/oceanprotocol/ocean.js/commit/a56d4c35b7993a4982507617fa2e1d88f5272c2a)
1016
- use direct command for status [`694fce7`](https://github.com/oceanprotocol/ocean.js/commit/694fce7f901f019bf7e51626701e6adf3da5b49d)
11-
- add fromtimestamp http [`9342402`](https://github.com/oceanprotocol/ocean.js/commit/93424029245ddbc70d84d6ea548671b691e7983d)
17+
- Release 7.0.0-next.7 [`7bb6345`](https://github.com/oceanprotocol/ocean.js/commit/7bb6345536684dc8009e7e93e3c6bf6adbc3d366)
1218

1319
#### [v7.0.0-next.6](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.5...v7.0.0-next.6)
1420

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": "7.0.0-next.7",
4+
"version": "7.0.0-next.8",
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)