From b2e2cf24293af07f597c25e3a3e392db9caa381a Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Tue, 24 Oct 2023 16:24:16 +0300 Subject: [PATCH] Release 3.1.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c50e7757d..059b69025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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.4](https://github.com/oceanprotocol/ocean.js/compare/v3.1.3...v3.1.4) + +- make sure we increment a number when working with nonces [`#1781`](https://github.com/oceanprotocol/ocean.js/pull/1781) + #### [v3.1.3](https://github.com/oceanprotocol/ocean.js/compare/v3.1.3-next.1...v3.1.3) +> 16 October 2023 + - fix fs use & error handling [`#1777`](https://github.com/oceanprotocol/ocean.js/pull/1777) - Bump postcss from 8.4.5 to 8.4.31 [`#1778`](https://github.com/oceanprotocol/ocean.js/pull/1778) +- Release 3.1.3 [`1bc5a39`](https://github.com/oceanprotocol/ocean.js/commit/1bc5a39fda217c91cf5c44f41c6275acd20740de) #### [v3.1.3-next.1](https://github.com/oceanprotocol/ocean.js/compare/v3.1.3-next.0...v3.1.3-next.1) diff --git a/package-lock.json b/package-lock.json index 97e055ae5..a09bcbb3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/lib", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/lib", - "version": "3.1.3", + "version": "3.1.4", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^1.1.14", diff --git a/package.json b/package.json index fe10ad7bb..ab4f41e84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oceanprotocol/lib", "source": "./src/index.ts", - "version": "3.1.3", + "version": "3.1.4", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/lib.js", "umd:main": "dist/lib.umd.js",