diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d8d5d26..08c616d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 1.13.0 + +# 1.12.0 + +### ✨ Features + +* Remove harvest from dep by @JF-Cozy in https://github.com/cozy/cozy-contacts/pull/1007 +* Add favorite button by @Merkur39 in https://github.com/cozy/cozy-contacts/pull/1015 +* Add cleanRelatedContacts service by @Merkur39 in https://github.com/cozy/cozy-contacts/pull/1019 +* Synchronize relation between contacts by @Merkur39 in https://github.com/cozy/cozy-contacts/pull/1020 +* Add favorite section to contact list by @Merkur39 in https://github.com/cozy/cozy-contacts/pull/1021 +* Add contact relations to ContactInfoModal by @Merkur39 in https://github.com/cozy/cozy-contacts/pull/1022 + +### 🐛 Bug Fixes + +* Creation of a contact when selecting a linked contact by @Merkur39 in https://github.com/cozy/cozy-contacts/pull/1018 + +### 🔧 Tech + +* Add CI with Github Actions by @Merkur39 in https://github.com/cozy/cozy-contacts/pull/1012 +* Upgrade bundlemon to 3.1.0 by @Merkur39 in https://github.com/cozy/cozy-contacts/pull/1014 + # 1.1.0 ## ✨ Features diff --git a/manifest.webapp b/manifest.webapp index f820bd394..1c664d32e 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -7,7 +7,7 @@ "type": "webapp", "description": "Contact manager for Cozy Cloud", "category": "cozy", - "version": "1.12.0", + "version": "1.13.0", "licence": "AGPL-3.0", "source": "https://github.com/cozy/cozy-contacts.git@build", "developer": { diff --git a/package.json b/package.json index 3cac715e1..3677ad7bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-contacts", - "version": "1.12.0", + "version": "1.13.0", "engine": { "node": "~20" },