Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Dec 5, 2023
1 parent 9918d5f commit f92e2ff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f92e2ff

Please sign in to comment.