From 07467d76fec93808a226c2e3a47cdf8d58ec5694 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Mon, 16 Dec 2024 10:57:31 +0100 Subject: [PATCH] chore: Prepare v.5.3.1 Signed-off-by: Louis Chemineau --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d7de0..6192763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ All notable changes to this project will be documented in this file. - SPDX-License-Identifier: MIT --> +## 5.3.1 - 2024-12-16 + +### What's Changed + +### Fixes + +* fix: Improve pwd confirmation condition #906 by @artonge in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/906 + +**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.3.0...v5.3.1 + ## 5.3.0 - 2024-11-27 ### What's Changed diff --git a/package-lock.json b/package-lock.json index 348045e..d42b6d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/password-confirmation", - "version": "5.3.0", + "version": "5.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/password-confirmation", - "version": "5.3.0", + "version": "5.3.1", "license": "MIT", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index 922ed08..aec7b95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/password-confirmation", - "version": "5.3.0", + "version": "5.3.1", "description": "Password confirmation for Nextcloud", "author": { "name": "Nextcloud GmbH and Nextcloud contributors"