From f92e2ff09e3bf9fc570b8dcc01a5345842265f56 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Tue, 5 Dec 2023 15:38:13 +0200 Subject: [PATCH] Release 3.2.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d30398..9859fc55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.2.1](https://github.com/oceanprotocol/ocean.js/compare/v3.2.0...v3.2.1) + +- Fix for running c2d jobs with additional datasets [`#1792`](https://github.com/oceanprotocol/ocean.js/pull/1792) +- Use latest barge [`#1788`](https://github.com/oceanprotocol/ocean.js/pull/1788) +- fix runner missing images [`e71159e`](https://github.com/oceanprotocol/ocean.js/commit/e71159e0a1c37e3793bbf4c990dd857ceb36964a) + #### [v3.2.0](https://github.com/oceanprotocol/ocean.js/compare/v3.1.5-next.0...v3.2.0) +> 24 November 2023 + - Bump eslint from 8.24.0 to 8.52.0 [`#1783`](https://github.com/oceanprotocol/ocean.js/pull/1783) - bump contracts & add optimism [`#1786`](https://github.com/oceanprotocol/ocean.js/pull/1786) +- Release 3.2.0 [`d98e4db`](https://github.com/oceanprotocol/ocean.js/commit/d98e4db340e1863dafc5e2bf7c8fb59c6e8fccb9) #### [v3.1.5-next.0](https://github.com/oceanprotocol/ocean.js/compare/v3.1.4...v3.1.5-next.0) diff --git a/package-lock.json b/package-lock.json index 4d330a01..710b22c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "3.2.0", + "version": "3.2.1", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^2.0.3", diff --git a/package.json b/package.json index efe84a26..f0694e83 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "3.2.0", + "version": "3.2.1", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",