Skip to content

Commit 50f61be

Browse files
committed
📦 release: v4.1.4
1 parent 75568b9 commit 50f61be

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

‎CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
Changes
99
=======
1010

11+
Version 4.1.4 (released 2025-05-08)
12+
13+
- i18n: compile js translations
14+
- i18n: Update commands for message extraction and compilation
15+
- i18n:pulled translations
16+
- translations: update package-lock.json
17+
- i18n:backport changes from maint-5
18+
- i18n: Fix untranslated strings in facets
19+
1120
Version 4.1.3 (released 2025-05-05)
1221

1322
- fix: bump axios version

‎invenio_requests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
current_requests_service,
2121
)
2222

23-
__version__ = "4.1.3"
23+
__version__ = "4.1.4"
2424

2525
__all__ = (
2626
"__version__",

0 commit comments

Comments
 (0)