diff --git a/CHANGELOG.md b/CHANGELOG.md index a2210e2..f5a9667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## v1.5.2 - 2024-10-14 +### Fixed +- Update vulnerable dependencies + ## v1.5.1 - 2024-07-17 ### Fixed - Fix serialization of schedule-calendar-transp property diff --git a/package-lock.json b/package-lock.json index cb2af97..4167f0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/cdav-library", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/cdav-library", - "version": "1.5.1", + "version": "1.5.2", "license": "AGPL-3.0", "devDependencies": { "@babel/core": "^7.16.0", diff --git a/package.json b/package.json index afc467a..0922c7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/cdav-library", - "version": "1.5.1", + "version": "1.5.2", "description": "CalDAV and CardDAV client library for Nextcloud", "type": "module", "main": "dist/index.cjs",