Skip to content

Commit

Permalink
[skip ci] Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Cozy Bot committed Oct 18, 2023
1 parent 2de2f5a commit e06fe56
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/cozy-jobs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@2.2.1) (2023-10-18)

**Note:** Version bump only for package cozy-jobs-cli





# [2.2.0](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@2.2.0) (2023-10-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-jobs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-jobs-cli",
"version": "2.2.0",
"version": "2.2.1",
"description": "Manage cozy jobs",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"cozy-client": "41.2.0",
"cozy-device-helper": "^2.1.0",
"cozy-flags": "^2.8.7",
"cozy-konnector-libs": "^5.3.0",
"cozy-konnector-libs": "^5.3.1",
"cozy-logger": "1.9.0",
"open": "8.4.0",
"pretty": "2.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cozy-konnector-libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [5.3.1](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@5.3.1) (2023-10-18)


### Bug Fixes

* Add full anticaptcha response possibility ([2de2f5a](https://github.com/cozy/cozy-konnector-libs/commit/2de2f5affb3b182a558ed17a8de79d6e82b2941b))





# 5.3.0 (2023-09-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-konnector-libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-konnector-libs",
"version": "5.3.0",
"version": "5.3.1",
"description": "All the libs needed by a cozy v3 konnector",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit e06fe56

Please sign in to comment.