From f760e0884f6b2014d6d39122bd818eb220fbf7d9 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Mon, 10 Jun 2024 16:00:30 +0200 Subject: [PATCH] chore(release): v1.4.0 Signed-off-by: Richard Steinmetz --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a6a8f0..d33ee5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## v1.4.0 - 2024-06-10 +### Added +- Find principal collections +- Ship an additional ESM bundle +### Changed +- Bundle with vite instead of webpack +- Dependency updates + ## v1.3.0 - 2024-02-29 ### Added - Implement updating a principal's schedule-default-calendar-URL diff --git a/package-lock.json b/package-lock.json index 95cf65dc..acd8ebaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/cdav-library", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/cdav-library", - "version": "1.3.0", + "version": "1.4.0", "license": "AGPL-3.0", "devDependencies": { "@babel/core": "^7.16.0", diff --git a/package.json b/package.json index a6928b53..b415094d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/cdav-library", - "version": "1.3.0", + "version": "1.4.0", "description": "CalDAV and CardDAV client library for Nextcloud", "type": "module", "main": "dist/index.cjs",