Skip to content

Commit 7bb6345

Browse files
committed
Release 7.0.0-next.7
1 parent 694fce7 commit 7bb6345

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +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.7](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.6...v7.0.0-next.7)
8+
9+
- get node jobs and get node status [`a56d4c3`](https://github.com/oceanprotocol/ocean.js/commit/a56d4c35b7993a4982507617fa2e1d88f5272c2a)
10+
- 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)
12+
713
#### [v7.0.0-next.6](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.5...v7.0.0-next.6)
814

15+
> 6 April 2026
16+
17+
- Release 7.0.0-next.6 [`7b376f2`](https://github.com/oceanprotocol/ocean.js/commit/7b376f2c1206f84ae8c2562e73f7b9bde15ecc53)
918
- keep only esential files [`4368065`](https://github.com/oceanprotocol/ocean.js/commit/4368065552309e723e8447be2170130942a8c01c)
1019

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

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