Skip to content

Commit cc5f92d

Browse files
committed
Release 8.1.0
1 parent 53cf12c commit cc5f92d

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

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+
#### [v8.1.0](https://github.com/oceanprotocol/ocean.js/compare/v8.0.6...v8.1.0)
8+
9+
- rework p2p connection [`#2078`](https://github.com/oceanprotocol/ocean.js/pull/2078)
10+
711
#### [v8.0.6](https://github.com/oceanprotocol/ocean.js/compare/v8.0.5...v8.0.6)
812

13+
> 20 April 2026
14+
915
- fix auth for persistent storage commands [`#2077`](https://github.com/oceanprotocol/ocean.js/pull/2077)
16+
- Release 8.0.6 [`4811854`](https://github.com/oceanprotocol/ocean.js/commit/48118546fe7426b77526b62aea624c6ac5254f9d)
1017

1118
#### [v8.0.5](https://github.com/oceanprotocol/ocean.js/compare/v8.0.4...v8.0.5)
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": "8.0.6",
4+
"version": "8.1.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)