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"