Skip to content

Commit eee5f8e

Browse files
committed
Release 8.0.5
1 parent 2f1930f commit eee5f8e

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ 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.5](https://github.com/oceanprotocol/ocean.js/compare/v8.0.4...v8.0.5)
8+
9+
- persistent storage [`#2075`](https://github.com/oceanprotocol/ocean.js/pull/2075)
10+
711
#### [v8.0.4](https://github.com/oceanprotocol/ocean.js/compare/v8.0.3...v8.0.4)
812

13+
> 17 April 2026
14+
915
- fix require error [`#2076`](https://github.com/oceanprotocol/ocean.js/pull/2076)
1016
- Bump lodash from 4.17.23 to 4.18.1 [`#2067`](https://github.com/oceanprotocol/ocean.js/pull/2067)
1117
- Bump basic-ftp from 5.2.1 to 5.2.2 [`#2068`](https://github.com/oceanprotocol/ocean.js/pull/2068)
1218
- Bump handlebars from 4.7.8 to 4.7.9 [`#2070`](https://github.com/oceanprotocol/ocean.js/pull/2070)
19+
- Release 8.0.4 [`77e4c26`](https://github.com/oceanprotocol/ocean.js/commit/77e4c2680294042e365e421ef8305d03be111960)
1320

1421
#### [v8.0.3](https://github.com/oceanprotocol/ocean.js/compare/v8.0.2...v8.0.3)
1522

@@ -357,7 +364,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
357364
- export util addrs functions [`#2017`](https://github.com/oceanprotocol/ocean.js/pull/2017)
358365
- Release 4.3.6 [`b28db44`](https://github.com/oceanprotocol/ocean.js/commit/b28db446144939e9ed864cc11559f718104d094b)
359366

360-
#### [v4.3.5](https://github.com/oceanprotocol/ocean.js/compare/v4.3.3...v4.3.5)
367+
#### [v4.3.5](https://github.com/oceanprotocol/ocean.js/compare/v4.3.4...v4.3.5)
361368

362369
> 17 November 2025
363370
@@ -366,6 +373,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
366373
- remove typo [`f199f4a`](https://github.com/oceanprotocol/ocean.js/commit/f199f4af809eb85249fe0c59303fcc3207d8e7a7)
367374
- export EnterpriseFeeCollector [`68712a2`](https://github.com/oceanprotocol/ocean.js/commit/68712a2af17824bb8fc78824842376e35f582487)
368375

376+
#### [v4.3.4](https://github.com/oceanprotocol/ocean.js/compare/v4.3.3...v4.3.4)
377+
378+
> 15 November 2025
379+
380+
- add EnterpriseFee [`b502882`](https://github.com/oceanprotocol/ocean.js/commit/b502882d05375eda326166608730a11e779c6f42)
381+
- Release 4.3.4 [`e45a7de`](https://github.com/oceanprotocol/ocean.js/commit/e45a7defa239f6800eb68a13e1a9a3d9662f509d)
382+
- bump contracts [`0b226a1`](https://github.com/oceanprotocol/ocean.js/commit/0b226a107f309c6b200249d498ae7568343fcb92)
383+
369384
#### [v4.3.3](https://github.com/oceanprotocol/ocean.js/compare/v4.3.2...v4.3.3)
370385

371386
> 1 August 2025

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