From 9fb982e86d73ecae40ca6cad820a533036be5877 Mon Sep 17 00:00:00 2001 From: Nextcloud Command Bot Date: Thu, 19 Dec 2024 13:14:08 +0000 Subject: [PATCH] chore(release): v6.1.3 [skip ci] --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab285182f..a38f7a35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [6.1.3](https://github.com/nextcloud/contacts/compare/v6.1.2...v6.1.3) (2024-12-19) + + +### Bug Fixes + +* check if photo property is set before downloading ([243d957](https://github.com/nextcloud/contacts/commit/243d95701e27bda19a854eb09a6290d2eb639073)) +* convert pre-commit to common js ([06689fd](https://github.com/nextcloud/contacts/commit/06689fd1c9ff09d8b0773b6471ec6e3264bcc11a)) +* convert pre-commit.js to ES module ([6ec1672](https://github.com/nextcloud/contacts/commit/6ec1672cf5103de49776cc69822ebf2f3c1e74aa)) + + + ## [6.1.2](https://github.com/nextcloud/contacts/compare/v6.1.1...v6.1.2) (2024-11-27) diff --git a/package-lock.json b/package-lock.json index 48c614338..005ff9ae1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "contacts", - "version": "6.1.2", + "version": "6.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 016282972..2e8e004cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contacts", "description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.", - "version": "6.1.2", + "version": "6.1.3", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ ",