Skip to content

Commit

Permalink
Release 3.1.5-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfazakas committed Nov 13, 2023
1 parent 2817315 commit 1d924e1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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.1.5-next.0](https://github.com/oceanprotocol/ocean.js/compare/v3.1.4...v3.1.5-next.0)

- Bump crypto-js from 4.1.1 to 4.2.0 [`#1782`](https://github.com/oceanprotocol/ocean.js/pull/1782)
- update min gas fee value [`2817315`](https://github.com/oceanprotocol/ocean.js/commit/2817315716c5cbc0171e6ca24cfb2f6b980ee417)
- merge main [`83a8b7a`](https://github.com/oceanprotocol/ocean.js/commit/83a8b7a47052196a49a01c3fb3095fd21e9e2ae6)
- add sepolia logic [`da2bdcc`](https://github.com/oceanprotocol/ocean.js/commit/da2bdcccdf0db90aa00f6b08d29d22c919259608)

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

> 24 October 2023
- make sure we increment a number when working with nonces [`#1781`](https://github.com/oceanprotocol/ocean.js/pull/1781)
- Release 3.1.4 [`b2e2cf2`](https://github.com/oceanprotocol/ocean.js/commit/b2e2cf24293af07f597c25e3a3e392db9caa381a)

#### [v3.1.3](https://github.com/oceanprotocol/ocean.js/compare/v3.1.3-next.1...v3.1.3)

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.1.4",
"version": "3.1.5-next.0",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/lib.js",
"umd:main": "dist/lib.umd.js",
Expand Down

0 comments on commit 1d924e1

Please sign in to comment.