From 27f64f9bf6d7b2af731a8cd79ea89f619a259852 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:07:51 +0000 Subject: [PATCH] chore(release): Publish Images - s3-client@1.2.1 --- s3-client/CHANGELOG.md | 11 +++++++++++ s3-client/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/s3-client/CHANGELOG.md b/s3-client/CHANGELOG.md index 5584fd4e1..1c94aa7af 100644 --- a/s3-client/CHANGELOG.md +++ b/s3-client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://github.com/SocialGouv/docker/compare/s3-client@1.2.0...s3-client@1.2.1) (2023-11-16) + + +### Bug Fixes + +* **s3-client:** abort on errors in pipes ([f8587ad](https://github.com/SocialGouv/docker/commit/f8587ad79bebe50831c38cc7d0ddbd13b6375af8)) + + + + + # [1.2.0](https://github.com/SocialGouv/docker/compare/s3-client@1.1.1...s3-client@1.2.0) (2023-10-13) diff --git a/s3-client/package.json b/s3-client/package.json index 09b70b36f..553bc1dfb 100644 --- a/s3-client/package.json +++ b/s3-client/package.json @@ -1,6 +1,6 @@ { "name": "s3-client", - "version": "1.2.0", + "version": "1.2.1", "packageManager": "yarn@3.5.1", "scripts": { "build": "docker build -t ${SG_DOCKER_IMAGE:-'socialgouv_docker_psql'} .",