Skip to content

Commit c085249

Browse files
committed
chore: prepare v6.0.2
Signed-off-by: Benjamin Frueh <benjamin.frueh@gmail.com>
1 parent 78c6c23 commit c085249

5 files changed

Lines changed: 47 additions & 56 deletions

File tree

.github/workflows/l10n.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v2
1616
id: versions
1717
with:
18-
fallbackNode: '^20'
19-
fallbackNpm: '^10'
18+
fallbackNode: '^24'
19+
fallbackNpm: '^11.3.0'
2020

2121
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
2222
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v3

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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+
917
## [6.0.1](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v6.0.0...v6.0.1) - 2025-10-16
1018
### Fixed
1119
* fix: ensure password is used for axios request [\#1172](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1172) \([susnux](https://github.com/susnux)\)

0 commit comments

Comments
 (0)