From 776c092ea5b1ce8cda1053dae26bb02af5c33cb0 Mon Sep 17 00:00:00 2001 From: optimistik-actions Date: Tue, 25 Oct 2022 09:01:26 +0000 Subject: [PATCH] chore(release): 2.3.3 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf00013c8..784abd06cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.3.3](https://github.com/OptimistikSAS/OIBus/compare/v2.3.2...v2.3.3) (2022-10-25) + + +### Bug Fixes + +* **http-request:** fix readStream close on http error ([821f951](https://github.com/OptimistikSAS/OIBus/commit/821f9518e7dc1d6bbe44617afa22a726c1a3b629)) +* **north:** fix file cache stat eperm error ([91ac4fc](https://github.com/OptimistikSAS/OIBus/commit/91ac4fc86ef2934ce1527aa3542301ef3050a004)) + ### [2.3.2](https://github.com/OptimistikSAS/OIBus/compare/v2.3.1...v2.3.2) (2022-10-21) diff --git a/package-lock.json b/package-lock.json index fddd2226b1..142f4925c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oibus", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oibus", - "version": "2.3.2", + "version": "2.3.3", "license": "EUPL", "dependencies": { "@aws-sdk/client-s3": "3.194.0", diff --git a/package.json b/package.json index 9d62cf8654..add8e4265e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oibus", - "version": "2.3.2", + "version": "2.3.3", "main": "index.js", "author": "Optimistik SAS", "license": "EUPL",