Skip to content

Commit fd6ea6c

Browse files
committed
Release 8.2.0
1 parent eb5dc5f commit fd6ea6c

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,26 @@ 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.2.0](https://github.com/oceanprotocol/ocean.js/compare/v8.1.0...v8.2.0)
8+
9+
- Bump ip-address and socks [`#2086`](https://github.com/oceanprotocol/ocean.js/pull/2086)
10+
- *Tx functions for all write fn in contracts [`#2085`](https://github.com/oceanprotocol/ocean.js/pull/2085)
11+
- Bump mocha from 11.7.3 to 11.7.5 [`#2079`](https://github.com/oceanprotocol/ocean.js/pull/2079)
12+
- Bump ora from 5.4.1 to 9.4.0 [`#2080`](https://github.com/oceanprotocol/ocean.js/pull/2080)
13+
- Bump nyc from 17.1.0 to 18.0.0 [`#2081`](https://github.com/oceanprotocol/ocean.js/pull/2081)
14+
- Bump @libp2p/circuit-relay-v2 from 4.1.7 to 4.2.3 [`#2082`](https://github.com/oceanprotocol/ocean.js/pull/2082)
15+
- Bump @libp2p/tcp from 11.0.13 to 11.0.18 [`#2083`](https://github.com/oceanprotocol/ocean.js/pull/2083)
16+
- Bump postcss from 8.5.1 to 8.5.13 [`#2084`](https://github.com/oceanprotocol/ocean.js/pull/2084)
17+
- update type doc [`eb5dc5f`](https://github.com/oceanprotocol/ocean.js/commit/eb5dc5f2536323a3d717f633f30007b30cc36da2)
18+
- bump contracts to 2.7.0 [`91dba2d`](https://github.com/oceanprotocol/ocean.js/commit/91dba2df28ff50a917b4a424c208d5ce2056b628)
19+
- remove prepare [`3f627ca`](https://github.com/oceanprotocol/ocean.js/commit/3f627ca4348b693561b450a40a2eca087a7c2c0f)
20+
721
#### [v8.1.0](https://github.com/oceanprotocol/ocean.js/compare/v8.0.6...v8.1.0)
822

23+
> 1 May 2026
24+
925
- rework p2p connection [`#2078`](https://github.com/oceanprotocol/ocean.js/pull/2078)
26+
- Release 8.1.0 [`cc5f92d`](https://github.com/oceanprotocol/ocean.js/commit/cc5f92dd91863edc6368c2786a74e642831d4c27)
1027

1128
#### [v8.0.6](https://github.com/oceanprotocol/ocean.js/compare/v8.0.5...v8.0.6)
1229

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