update to 4.0.1

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-07-28 15:08:23 +02:00
parent 9f1dab23e3
commit 2931af6a3a
4 changed files with 22 additions and 3 deletions

View File

@ -1,5 +1,24 @@
# Changelog
## 4.0.1 - 2021-07-28
[Full Changelog](https://github.com/nextcloud/contacts/compare/v4.0.0...v4.0.1)
### Enhancements
- Streamlined Settings
[\#2372](https://github.com/nextcloud/contacts/pull/2372) ([szaimen](https://github.com/szaimen))
- Wording improvements
[\#2350](https://github.com/nextcloud/contacts/pull/2350) ([Valdnet](https://github.com/Valdnet))
- Various dependencies updates
### Fixed
- Fixed dark contacts icon
[\#2340](https://github.com/nextcloud/contacts/pull/2340) ([skjnldsv](https://github.com/skjnldsv))
- Adjusted the padding of app-content-details
[\#2341](https://github.com/nextcloud/contacts/pull/2341) ([szaimen](https://github.com/szaimen))
- Fixed call on null in SocialApiService
[\#2351](https://github.com/nextcloud/contacts/pull/2351) ([juliushaertl](https://github.com/juliushaertl))
## 4.0.0 - 2021-07-06
[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.5.1...v4.0.0)

View File

@ -12,7 +12,7 @@
* 🙈 **Were not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
<version>4.0.0</version>
<version>4.0.1</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "contacts",
"version": "4.0.0",
"version": "4.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,7 +1,7 @@
{
"name": "contacts",
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
"version": "4.0.0",
"version": "4.0.1",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",