Skip to content

Commit 799e4c3

Browse files
committed
feat: add support for TypeScript >5.1
1 parent 78233b3 commit 799e4c3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
# Version 5
44

5+
## 5.25.0 (2023-07-18)
6+
7+
Feat:
8+
- add support for `TypeScript` `>5.1`
9+
510
## 5.24.4 (2023-07-10)
611

712
Fix:
813
- avoid recomputing react context [#684](https://github.com/ivanhofer/typesafe-i18n/issues/684)
9-
14+
1015
## 5.24.3 (2023-03-26)
1116

1217
Fix:

packages/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this file gets auto-generated
2-
export const version = '5.24.3'
2+
export const version = '5.24.4'

0 commit comments

Comments
 (0)