From 97a6af3a54f4383b07c02ff3652c9a9aa60f4d30 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 4 Nov 2024 15:44:05 +0100 Subject: [PATCH] chore: Prepare release of 5.3.8 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 568a966c..cedbd348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. +## 5.3.8 +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.7...v5.3.8) + +### Fixed +* Rate-limit image previews [\#1486](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1486) + ## 5.3.7 [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.6...v5.3.7) diff --git a/package-lock.json b/package-lock.json index 835de852..df75420f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/dialogs", - "version": "5.3.7", + "version": "5.3.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/dialogs", - "version": "5.3.7", + "version": "5.3.8", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", diff --git a/package.json b/package.json index a64a6801..0f341b2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/dialogs", - "version": "5.3.7", + "version": "5.3.8", "description": "Nextcloud dialog helpers", "types": "dist/index.d.ts", "main": "dist/index.cjs",