Skip to content

Commit c68cc4c

Browse files
committed
chore: fix formatting for changelog
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 74f572d commit c68cc4c

1 file changed

Lines changed: 14 additions & 32 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -9,52 +9,34 @@ All notable changes to this project will be documented in this file.
99
## 2.5.3 - 2025-10-07
1010
### Changed
1111
* chore(deps): Bump `@nextcloud/browser-storage` to 0.5.0
12-
* chore(deps): various minor/patch upgrades in (#827)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/827]
13-
* ci: update reuse.yml workflow from template in (#825)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/825]
14-
* ci: update npm-publish.yml workflow from template in (#826)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/826]
12+
* chore(deps): various minor/patch upgrades \([#827](https://github.com/nextcloud-libraries/nextcloud-auth/pull/827)\)
13+
* ci: update reuse.yml workflow from template \([#825](https://github.com/nextcloud-libraries/nextcloud-auth/pull/825)\)
14+
* ci: update npm-publish.yml workflow from template \([#826](https://github.com/nextcloud-libraries/nextcloud-auth/pull/826)\)
1515

1616
## 2.5.2 - 2025-07-07
1717
### Fixed
18-
* fix(files_sharing): fallback self.crypto.randomUUID by @skjnldsv in (#822)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/822]
18+
* fix(files_sharing): fallback self.crypto.randomUUID \([#822](https://github.com/nextcloud-libraries/nextcloud-auth/pull/822)\)
1919

2020
### Changed
21-
* chore(deps-dev): Bump happy-dom from 17.4.6 to 17.4.7 in (#805)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/805]
22-
* chore(deps-dev): Bump @vitest/coverage-v8 from 3.1.3 to 3.1.4 in (#808)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/808]
23-
* chore(deps-dev): Bump typedoc from 0.28.4 to 0.28.5 in (#810)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/810]
24-
* chore: fix date in CHANGELOG.md by @nickvergessen in (#807)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/807]
25-
* chore(deps-dev): Bump happy-dom from 17.4.7 to 17.5.6 in (#812)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/812]
26-
* chore(deps-dev): Bump happy-dom from 17.5.6 to 17.6.3 in (#814)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/814]
27-
* chore(deps-dev): Bump @vitest/coverage-v8 from 3.1.4 to 3.2.2 in (#815)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/815]
28-
* chore(deps-dev): Bump @vitest/coverage-v8 from 3.2.2 to 3.2.3 in (#816)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/816]
29-
* chore(deps-dev): Bump eslint from 8.57.1 to 9.29.0 in (#817)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/817]
30-
* chore(deps-dev): Bump happy-dom from 17.6.3 to 18.0.1 in (#819)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/819]
31-
* chore(deps-dev): Bump @vitest/coverage-v8 from 3.2.3 to 3.2.4 in (#820)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/820]
32-
* chore: update supported node versions by @susnux in (#823)[https://github.com/nextcloud-libraries/nextcloud-auth/pull/823]
21+
* chore: fix date in CHANGELOG.md \([#807](https://github.com/nextcloud-libraries/nextcloud-auth/pull/807)\)
22+
* chore: update supported node versions \([#823](https://github.com/nextcloud-libraries/nextcloud-auth/pull/823)\)
23+
* Update development dependencies
3324

3425
## 2.5.1 - 2025-05-13
3526
### Fixed
36-
* fix: listen to guest changes by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-auth/pull/803
27+
* fix: listen to guest changes \([\#803](https://github.com/nextcloud-libraries/nextcloud-auth/pull/803)\)
3728

3829
## 2.5.0 - 2025-05-12
3930
### Added
40-
* feat: add guest user by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-auth/pull/795
31+
* feat: add guest user \([\#795](https://github.com/nextcloud-libraries/nextcloud-auth/pull/795)\)
4132

4233
### Fixed
43-
* fix: returns `NextcloudUser` instead of `GuestUser` by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-auth/pull/799
34+
* fix: returns `NextcloudUser` instead of `GuestUser` \([\#799](https://github.com/nextcloud-libraries/nextcloud-auth/pull/799)\)
4435

4536
### Changed
46-
* chore: Update workflows by @susnux in https://github.com/nextcloud-libraries/nextcloud-auth/pull/678
47-
* chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 by @dependabot
48-
* chore(deps-dev): Bump @nextcloud/vite-config from 2.2.2 to 2.3.5 by @dependabot
49-
* chore(deps-dev): Bump @vitest/coverage-v8 from 2.0.5 to 2.1.8 by @dependabot
50-
* chore(deps-dev): Bump elliptic from 6.5.5 to 6.6.0 by @dependabot
51-
* chore(deps-dev): Bump eslint from 8.57.0 to 8.57.1 by @dependabot
52-
* chore(deps-dev): Bump happy-dom from 14.12.3 to 17.4.4 by @dependabot
53-
* chore(deps-dev): Bump typedoc from 0.26.10 to 0.28.4 by @dependabot
54-
* chore(deps-dev): Bump typescript from 5.5.4 to 5.8.3 by @dependabot
55-
* chore(deps-dev): Bump vite from 5.4.0 to 5.4.10 by @dependabot
56-
* chore(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2 by @dependabot
57-
* chore(deps): Bump rollup from 4.21.0 to 4.22.4 by @dependabot
37+
* chore: Update workflows \([\#678](https://github.com/nextcloud-libraries/nextcloud-auth/pull/678)\)
38+
* chore(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2
39+
* Updated development dependencies
5840

5941
## 2.4.0 - 2024-08-13
6042
### Added
@@ -93,7 +75,7 @@ All notable changes to this project will be documented in this file.
9375
- Use explicit file extensions for ES module files
9476

9577
### Changed
96-
- Current user and CSRF token are now initilized on first usage
78+
- Current user and CSRF token are now initialized on first usage
9779
- Dependency updates
9880

9981
## 2.0.0 - 2022-08-11

0 commit comments

Comments
 (0)