Skip to content

Commit 3b3cdeb

Browse files
committed
Release 6.1.2
1 parent 3fd059b commit 3b3cdeb

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ 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+
#### [v6.1.2](https://github.com/oceanprotocol/ocean.js/compare/v6.1.1...v6.1.2)
8+
9+
- Feature/output_in_initializeCompute [`#2056`](https://github.com/oceanprotocol/ocean.js/pull/2056)
10+
711
#### [v6.1.1](https://github.com/oceanprotocol/ocean.js/compare/v6.1.0...v6.1.1)
812

13+
> 19 March 2026
14+
915
- Refactor eciesencrypt to support multiple public key formats and improve normalization [`#2054`](https://github.com/oceanprotocol/ocean.js/pull/2054)
16+
- Release 6.1.1 [`e784f0e`](https://github.com/oceanprotocol/ocean.js/commit/e784f0ef917f2cc6224b3413f6acc2412b6dd9ac)
1017

1118
#### [v6.1.0](https://github.com/oceanprotocol/ocean.js/compare/v6.0.0...v6.1.0)
1219

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": "6.1.1",
4+
"version": "6.1.2",
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)