From ae57d464a177cd493b03b1902ab7763072a45c53 Mon Sep 17 00:00:00 2001 From: Cozy Bot Date: Mon, 23 Jan 2023 14:44:18 +0000 Subject: [PATCH] [skip ci] Publish - cozy-ccc-libs@0.2.0 --- packages/cozy-ccc-libs/CHANGELOG.md | 21 +++++++++++++++++++++ packages/cozy-ccc-libs/package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 packages/cozy-ccc-libs/CHANGELOG.md diff --git a/packages/cozy-ccc-libs/CHANGELOG.md b/packages/cozy-ccc-libs/CHANGELOG.md new file mode 100644 index 000000000..1e8f7fd2d --- /dev/null +++ b/packages/cozy-ccc-libs/CHANGELOG.md @@ -0,0 +1,21 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.2.0 (2023-01-23) + + +### Bug Fixes + +* auto fixable lints ([1e87a35](https://github.com/konnectors/libs/commit/1e87a356b7e2100568a2b9361e72eeca1425b87c)) +* lint + ts-check ([869d0cf](https://github.com/konnectors/libs/commit/869d0cfb4be815f98b87a524cf9a06999996785c)) + + +### Features + +* Build package with babel ([1754662](https://github.com/konnectors/libs/commit/1754662e0fd403e1abf95ff4354dab8bfacda324)) +* copy from flagship application + package init ([72502ec](https://github.com/konnectors/libs/commit/72502ec55a9d26f091531348245276010d7092b3)) +* Make unit tests runnable ([5b98643](https://github.com/konnectors/libs/commit/5b98643b859577104d4d9f938223a96e83e365e8)) +* Place contentscript, launcher and bridge libs at the same level ([1716c1f](https://github.com/konnectors/libs/commit/1716c1fcfc6c7a895ef97ae47f7fd4e130c939d2)) +* Remove kyScraper ([bd9d6ff](https://github.com/konnectors/libs/commit/bd9d6ffa7950793bfea3f5ea9d087634f52cf5dd)) diff --git a/packages/cozy-ccc-libs/package.json b/packages/cozy-ccc-libs/package.json index 51284b544..c053377d9 100644 --- a/packages/cozy-ccc-libs/package.json +++ b/packages/cozy-ccc-libs/package.json @@ -1,6 +1,6 @@ { "name": "cozy-ccc-libs", - "version": "0.1.0", + "version": "0.2.0", "description": "All the libs needed to run a cozy client connector", "repository": { "type": "git",