Skip to content

Commit 2fd25ff

Browse files
author
Cozy Bot
committedFeb 14, 2023
[skip ci] Publish
- [email protected]
1 parent bb9c4cd commit 2fd25ff

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
 

‎packages/cozy-clisk/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.7.0](https://github.com/konnectors/libs/compare/cozy-clisk@0.6.0...cozy-clisk@0.7.0) (2023-02-14)
7+
8+
9+
### Bug Fixes
10+
11+
* Make option.args optionnal in runInWorkerUntilTrue ([bb9c4cd](https://github.com/konnectors/libs/commit/bb9c4cdf5d2d138ff27ad084a1de946d44b5bd24))
12+
13+
14+
### Features
15+
16+
* **cozy-clisk:** Add a single entry point ([ce3c1ad](https://github.com/konnectors/libs/commit/ce3c1ad70ab567fa59c66ea7b105b017bd135c1a))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **cozy-clisk:** In konnector import from 'cozy-clisk/contentscript' should be replace to 'cozy-clisk'
22+
23+
24+
25+
26+
627
# [0.6.0](https://github.com/konnectors/libs/compare/cozy-clisk@0.5.0...cozy-clisk@0.6.0) (2023-02-10)
728

829

‎packages/cozy-clisk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-clisk",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "All the libs needed to run a cozy client connector",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.