Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump to 1.13.0 #1023

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-contacts",
"version": "1.12.0",
"version": "1.13.0",
"engine": {
"node": "~20"
},
Expand Down
Loading