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 Feb 8, 2024
1 parent 8c23639 commit 4f811c5
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/cozy-jobs-cli/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.

# [2.3.0](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@2.3.0) (2024-02-08)


### Bug Fixes

* Remove eslint-plugin-jsdoc because node 16 incompatibility ([4bfadae](https://github.com/cozy/cozy-konnector-libs/commit/4bfadae93f67a81f91ccb54e9f5795114cf246a2))


### Features

* Migrate travis to node 20.10.0 in monorepo root ([4b4b129](https://github.com/cozy/cozy-konnector-libs/commit/4b4b12982fed0e8d8ede9df1766bf4804c0e01b4))





## [2.2.9](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@2.2.9) (2024-01-29)

**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.2.9",
"version": "2.3.0",
"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.7.0",
"cozy-konnector-libs": "^5.8.0",
"cozy-logger": "1.9.0",
"open": "8.4.0",
"pretty": "2.0.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/cozy-konnector-libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.8.0](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@5.8.0) (2024-02-08)


### Bug Fixes

* **cozy-konnector-libs:** Fix cert tests for dual node build ([8c23639](https://github.com/cozy/cozy-konnector-libs/commit/8c236397916f593cab07533863975af010870d83))
* **cozy-konnector-libs:** Reactivating test about certs ([0c800c7](https://github.com/cozy/cozy-konnector-libs/commit/0c800c7d8f8aeefcc2dd89b12c3842d025b238b2))
* **cozy-konnectors-libs:** Fix certs test in node 20 ([9cc47da](https://github.com/cozy/cozy-konnector-libs/commit/9cc47da10e885c3539df6ba44279b6cfb38e4da4))
* Remove eslint-plugin-jsdoc because node 16 incompatibility ([4bfadae](https://github.com/cozy/cozy-konnector-libs/commit/4bfadae93f67a81f91ccb54e9f5795114cf246a2))


### Features

* Migrate travis to node 20.10.0 in monorepo root ([4b4b129](https://github.com/cozy/cozy-konnector-libs/commit/4b4b12982fed0e8d8ede9df1766bf4804c0e01b4))





# [5.7.0](https://github.com/cozy/cozy-konnector-libs/compare/[email protected]@5.7.0) (2024-01-29)


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

0 comments on commit 4f811c5

Please sign in to comment.