Skip to content

Commit 484342a

Browse files
authored
Merge pull request #1177 from nextcloud-libraries/chore/release-6-0-1
chore: prepare v6.0.1
2 parents ca122a5 + d04f1dc commit 484342a

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

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.1](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v6.0.0...v6.0.1) - 2025-10-16
10+
### Fixed
11+
* fix: ensure password is used for axios request [\#1172](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1172) \([susnux](https://github.com/susnux)\)
12+
13+
### Changed
14+
* ci: add workflow to block unconventional commits [\#1175](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1175) \([susnux](https://github.com/susnux)\)
15+
* Updated translations
16+
917
## [6.0.0](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.3.1...v6.0.0) - 2025-09-28
1018
### Notes
1119

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.0",
3+
"version": "6.0.1",
44
"description": "Password confirmation for Nextcloud",
55
"keywords": [
66
"nextcloud"

0 commit comments

Comments
 (0)