Skip to content

Commit 77e4c26

Browse files
committed
Release 8.0.4
1 parent 30ee76a commit 77e4c26

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +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.4](https://github.com/oceanprotocol/ocean.js/compare/v8.0.3...v8.0.4)
8+
9+
- fix require error [`#2076`](https://github.com/oceanprotocol/ocean.js/pull/2076)
10+
- Bump lodash from 4.17.23 to 4.18.1 [`#2067`](https://github.com/oceanprotocol/ocean.js/pull/2067)
11+
- Bump basic-ftp from 5.2.1 to 5.2.2 [`#2068`](https://github.com/oceanprotocol/ocean.js/pull/2068)
12+
- Bump handlebars from 4.7.8 to 4.7.9 [`#2070`](https://github.com/oceanprotocol/ocean.js/pull/2070)
13+
714
#### [v8.0.3](https://github.com/oceanprotocol/ocean.js/compare/v8.0.2...v8.0.3)
815

16+
> 17 April 2026
17+
918
- Browser-compatibility [`#2072`](https://github.com/oceanprotocol/ocean.js/pull/2072)
19+
- Release 8.0.3 [`36734ea`](https://github.com/oceanprotocol/ocean.js/commit/36734ea63d4fd86c6814b6f2c0af04e98df5aecb)
1020

1121
#### [v8.0.2](https://github.com/oceanprotocol/ocean.js/compare/v8.0.1...v8.0.2)
1222

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