From d8bbed286c6633aacf90c09983d2f02def0d8b85 Mon Sep 17 00:00:00 2001 From: Cozy Bot Date: Mon, 17 Jun 2024 08:20:31 +0000 Subject: [PATCH] [skip ci] Publish - cozy-clisk@0.37.0 --- 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 878d2f2f9..39b358a03 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.37.0](https://github.com/konnectors/libs/compare/cozy-clisk@0.36.1...cozy-clisk@0.37.0) (2024-06-17) + + +### Features + +* Add optionnal suffix property to runInWorkerUntilTrue ([a841c4e](https://github.com/konnectors/libs/commit/a841c4eb82849cf625a527446f34cfd77ab6dfeb)) + + + + + ## [0.36.1](https://github.com/konnectors/libs/compare/cozy-clisk@0.36.0...cozy-clisk@0.36.1) (2024-03-20) diff --git a/packages/cozy-clisk/package.json b/packages/cozy-clisk/package.json index e3c5a17fe..27021b727 100644 --- a/packages/cozy-clisk/package.json +++ b/packages/cozy-clisk/package.json @@ -1,6 +1,6 @@ { "name": "cozy-clisk", - "version": "0.36.1", + "version": "0.37.0", "description": "All the libs needed to run a cozy client connector", "repository": { "type": "git",