Skip to content

Commit

Permalink
chore: Bump to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Nov 20, 2024
1 parent 9b62cc0 commit ba9cd01
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
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

0 comments on commit ba9cd01

Please sign in to comment.