Skip to content

Commit 16497f6

Browse files
committed
Release 8.0.0
1 parent 18d06eb commit 16497f6

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,22 @@ 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+
#### [v8.0.0](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.13...v8.0.0)
8+
9+
- p2p impl [`#2055`](https://github.com/oceanprotocol/ocean.js/pull/2055)
10+
- Bump flatted from 3.3.2 to 3.4.2 [`#2057`](https://github.com/oceanprotocol/ocean.js/pull/2057)
11+
- Bump handlebars from 4.7.8 to 4.7.9 [`#2059`](https://github.com/oceanprotocol/ocean.js/pull/2059)
12+
- Bump path-to-regexp and express [`#2060`](https://github.com/oceanprotocol/ocean.js/pull/2060)
13+
- Bump cross-env from 7.0.3 to 10.1.0 [`#2061`](https://github.com/oceanprotocol/ocean.js/pull/2061)
14+
- Bump defu from 6.1.4 to 6.1.6 [`#2062`](https://github.com/oceanprotocol/ocean.js/pull/2062)
15+
- Bump basic-ftp from 5.2.0 to 5.2.1 [`#2064`](https://github.com/oceanprotocol/ocean.js/pull/2064)
16+
717
#### [v7.0.0-next.13](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.12...v7.0.0-next.13)
818

19+
> 9 April 2026
20+
921
- create auth token with signed messge [`664a9b3`](https://github.com/oceanprotocol/ocean.js/commit/664a9b36552a8aaad6d995f5ef615735aba0c58f)
22+
- Release 7.0.0-next.13 [`8358b51`](https://github.com/oceanprotocol/ocean.js/commit/8358b513704e15e018a596dfdc013667968ea16b)
1023

1124
#### [v7.0.0-next.12](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.11...v7.0.0-next.12)
1225

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