Skip to content

Commit 6336e99

Browse files
authored
Merge pull request #961 from nextcloud-libraries/chore/release-3-4-1
chore: prepare v3.4.1
2 parents d8a9743 + ff0a15d commit 6336e99

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
All notable changes to this project will be documented in this file.
88

9+
## 3.4.1 - 2025-11-06
10+
### 🐛 Fixed bugs
11+
* Fix array order inconsistencies for weekdays when using timezone with negative offset [\#958](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/958) \([Sector6759](https://github.com/Sector6759)\)
12+
13+
### Other changes
14+
* Updated development dependencies
15+
* chore: update Node and NPM dev versions to align with apps [\#960](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/960) \([susnux](https://github.com/susnux)\)
916

1017
## 3.4.0 - 2025-07-09
1118
### 🚀 Enhancements

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/l10n",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "Nextcloud localization and translation helpers for apps and libraries",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)