Skip to content

Commit b8c9254

Browse files
authored
Merge pull request #956 from nextcloud-libraries/chore/v3-4-0
chore: prepare v3.4.0
2 parents b2fec47 + 1e26404 commit b8c9254

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

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

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

9+
10+
## 3.4.0 - 2025-07-09
11+
### 🚀 Enhancements
12+
- feat: add support for universal environment [\#933](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/933) \([susnux](https://github.com/susnux)\)
13+
- feat(gettext): allow to add translations to the wrapper [\#953](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/953) \([susnux](https://github.com/susnux)\)
14+
15+
### Other changes
16+
- chore: update ESLint to v9 and adjust code style [\#955](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/955) \([susnux](https://github.com/susnux)\)
17+
- chore: update support Node versions and use `devEngines` [\#954](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/954) \([susnux](https://github.com/susnux)\)
18+
- Updated development dependencies
19+
920
## 3.3.0 - 2025-05-29
1021
### ℹ️ Notes
1122
- The Node version was increased to current LTS version 22.

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

0 commit comments

Comments
 (0)