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 May 23, 2024
1 parent 916f926 commit 05c984b
Show file tree
Hide file tree
Showing 4 changed files with 27 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.4.2](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@2.4.2) (2024-05-23)

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





## [2.4.1](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@2.4.1) (2024-03-20)

**Note:** Version bump only for package cozy-jobs-cli
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.4.1",
"version": "2.4.2",
"description": "Manage cozy jobs",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"cozy-client": "45.14.1",
"cozy-device-helper": "^2.1.0",
"cozy-flags": "^2.8.7",
"cozy-konnector-libs": "^5.10.1",
"cozy-konnector-libs": "^5.11.0",
"cozy-logger": "1.9.0",
"node-fetch": "2.7.0",
"open": "8.4.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/cozy-konnector-libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.11.0](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@5.11.0) (2024-05-23)


### Bug Fixes

* Lint error Assignment to function parameter 'params' ([916f926](https://github.com/cozy/cozy-konnector-libs/commit/916f92632be28de1bcb51c6bd105fe3c513363ca))


### Features

* Allow to use a custom requestInstance in solveCaptcha ([df699bc](https://github.com/cozy/cozy-konnector-libs/commit/df699bc8a4831ebcf41275952eea8f6db3b646d3))





## [5.10.1](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@5.10.1) (2024-03-20)


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.10.1",
"version": "5.11.0",
"description": "All the libs needed by a cozy v3 konnector",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit 05c984b

Please sign in to comment.