Skip to content

Commit 6ed1a65

Browse files
authored
Merge pull request #1210 from nextcloud-libraries/chore/release-6-0-2
chore: prepare v6.0.2
2 parents 65f72f4 + f0ba1f5 commit 6ed1a65

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file.
66
- SPDX-License-Identifier: MIT
77
-->
88

9+
## [6.0.2](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v6.0.1...v6.0.2) - 2025-11-06
10+
### Fixed
11+
* fix: add check for validatePromise for passwordless environments [\#1209](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1209) \([benjaminfrueh](https://github.com/benjaminfrueh)\)
12+
13+
### Changed
14+
* docs: adjust supported versions [\#1176](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1176) \([susnux](https://github.com/susnux)\)
15+
* refactor: use css modules and script-setup [\#1174](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1174) \([susnux](https://github.com/susnux)\)
16+
* ci: update workflows from organization [\#1211](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1211) \([susnux](https://github.com/susnux)\)
17+
918
## [6.0.1](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v6.0.0...v6.0.1) - 2025-10-16
1019
### Fixed
1120
* fix: ensure password is used for axios request [\#1172](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1172) \([susnux](https://github.com/susnux)\)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/password-confirmation",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Password confirmation for Nextcloud",
55
"keywords": [
66
"nextcloud"

0 commit comments

Comments
 (0)