Skip to content

Commit eb40acd

Browse files
chore(main): release 5.27.0
1 parent 6ee9253 commit eb40acd

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.26.2"
2+
".": "5.27.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
# Version 5
44

5+
## [5.27.0](https://github.com/codingcommons/typesafe-i18n/compare/5.26.2...5.27.0) (2026-02-11)
6+
7+
8+
### Features
9+
10+
* add support for bun lockfile ([f86912c](https://github.com/codingcommons/typesafe-i18n/commit/f86912cece07ca71df8664782a660765ceac9be0))
11+
12+
13+
### Documentation
14+
15+
* add tribute to Ivan Hofer, creator of typesafe-i18n ([0225d07](https://github.com/codingcommons/typesafe-i18n/commit/0225d07ec19cd661b5c386947a73fa44b490163f))
16+
517
## 5.26.1 (2023-08-14)
618

719
Fix:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typesafe-i18n",
3-
"version": "5.26.2",
3+
"version": "5.27.0",
44
"description": "A fully type-safe and lightweight internationalization library for all your TypeScript and JavaScript projects.",
55
"author": "ivanhofer",
66
"homepage": "https://github.com/ivanhofer/typesafe-i18n",

0 commit comments

Comments
 (0)