Skip to content

Commit 87b651d

Browse files
committed
Release 8.0.1
1 parent 19db21f commit 87b651d

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ 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)
7+
#### [v8.0.1](https://github.com/oceanprotocol/ocean.js/compare/v8.0.0...v8.0.1)
8+
9+
- update ddo.js [`#2071`](https://github.com/oceanprotocol/ocean.js/pull/2071)
10+
11+
### [v8.0.0](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.13...v8.0.0)
12+
13+
> 14 April 2026
814
915
- p2p impl [`#2055`](https://github.com/oceanprotocol/ocean.js/pull/2055)
1016
- Bump flatted from 3.3.2 to 3.4.2 [`#2057`](https://github.com/oceanprotocol/ocean.js/pull/2057)
@@ -13,6 +19,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1319
- Bump cross-env from 7.0.3 to 10.1.0 [`#2061`](https://github.com/oceanprotocol/ocean.js/pull/2061)
1420
- Bump defu from 6.1.4 to 6.1.6 [`#2062`](https://github.com/oceanprotocol/ocean.js/pull/2062)
1521
- Bump basic-ftp from 5.2.0 to 5.2.1 [`#2064`](https://github.com/oceanprotocol/ocean.js/pull/2064)
22+
- Release 8.0.0 [`16497f6`](https://github.com/oceanprotocol/ocean.js/commit/16497f63603e8f1ed0884dae4ce45fbe038cc412)
1623

1724
#### [v7.0.0-next.13](https://github.com/oceanprotocol/ocean.js/compare/v7.0.0-next.12...v7.0.0-next.13)
1825

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