Skip to content

Commit 27ce6bd

Browse files
committed
chore(release): prepare for version 1.0.4
1 parent ace0fe9 commit 27ce6bd

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.4] - 2023-07-28
6+
7+
### <!-- 01 -->Features
8+
9+
- Add Turkish language support to Lingui config
10+
11+
### <!-- 04 -->Refactor
12+
13+
- Update code formatting for readability
14+
- Update locale page to adhere to syntax standards
15+
- Add Turkish localization and translation
16+
- Simplify locale detection and broaden usability
17+
18+
### <!-- 08 -->Miscellaneous Tasks
19+
20+
- Add `@lingui/detect-locale` package
21+
522
## [1.0.3] - 2023-07-28
623

724
### <!-- 07 -->Continuous Integrations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)