Skip to content

Commit 5ccfb8f

Browse files
committed
Release 4.2.1
1 parent 335b440 commit 5ccfb8f

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +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+
#### [v4.2.1](https://github.com/oceanprotocol/ocean.js/compare/v4.2.0...v4.2.1)
8+
9+
- Refactor auth [`#1959`](https://github.com/oceanprotocol/ocean.js/pull/1959)
10+
- optional checks [`#1957`](https://github.com/oceanprotocol/ocean.js/pull/1957)
11+
712
#### [v4.2.0](https://github.com/oceanprotocol/ocean.js/compare/v4.1.4...v4.2.0)
813

14+
> 16 June 2025
15+
916
- Bump eslint-config-prettier from 9.1.0 to 10.1.5 [`#1951`](https://github.com/oceanprotocol/ocean.js/pull/1951)
1017
- Bump base-x from 3.0.10 to 3.0.11 [`#1939`](https://github.com/oceanprotocol/ocean.js/pull/1939)
1118
- Auth header + auth token methods [`#1953`](https://github.com/oceanprotocol/ocean.js/pull/1953)
19+
- Release 4.2.0 [`a9865c1`](https://github.com/oceanprotocol/ocean.js/commit/a9865c1bfcc91f3f56ee06960a5a13b880f7dca7)
1220

1321
#### [v4.1.4](https://github.com/oceanprotocol/ocean.js/compare/v4.1.3...v4.1.4)
1422

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