We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeScript
>5.1
1 parent 78233b3 commit 799e4c3Copy full SHA for 799e4c3
CHANGELOG.md
@@ -2,11 +2,16 @@
2
3
# Version 5
4
5
+## 5.25.0 (2023-07-18)
6
+
7
+Feat:
8
+ - add support for `TypeScript` `>5.1`
9
10
## 5.24.4 (2023-07-10)
11
12
Fix:
13
- avoid recomputing react context [#684](https://github.com/ivanhofer/typesafe-i18n/issues/684)
-
14
15
## 5.24.3 (2023-03-26)
16
17
packages/version.ts
@@ -1,2 +1,2 @@
1
// this file gets auto-generated
-export const version = '5.24.3'
+export const version = '5.24.4'
0 commit comments