From 894b685103900216a2023135a3efcc89f89cff78 Mon Sep 17 00:00:00 2001 From: Cozy Bot Date: Wed, 16 Oct 2024 15:15:36 +0000 Subject: [PATCH] [skip ci] Publish - cozy-clisk@0.38.1 --- packages/cozy-clisk/CHANGELOG.md | 11 +++++++++++ packages/cozy-clisk/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/cozy-clisk/CHANGELOG.md b/packages/cozy-clisk/CHANGELOG.md index 7dcb3378f..fcf3a4e5f 100644 --- a/packages/cozy-clisk/CHANGELOG.md +++ b/packages/cozy-clisk/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. +## [0.38.1](https://github.com/konnectors/libs/compare/cozy-clisk@0.38.0...cozy-clisk@0.38.1) (2024-10-16) + + +### Bug Fixes + +* **saveFiles:** Do not download the same file multiple times ([f6defb4](https://github.com/konnectors/libs/commit/f6defb4f0b2b80e13aac7fa078be3eccde4795fe)) + + + + + # [0.38.0](https://github.com/konnectors/libs/compare/cozy-clisk@0.37.0...cozy-clisk@0.38.0) (2024-07-26) diff --git a/packages/cozy-clisk/package.json b/packages/cozy-clisk/package.json index 558ef3a25..bfe15bf12 100644 --- a/packages/cozy-clisk/package.json +++ b/packages/cozy-clisk/package.json @@ -1,6 +1,6 @@ { "name": "cozy-clisk", - "version": "0.38.0", + "version": "0.38.1", "description": "All the libs needed to run a cozy client connector", "repository": { "type": "git",