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.
1 parent fe3de47 commit 9211743Copy full SHA for 9211743
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.0.6] - 2023-07-29
6
+
7
+### <!-- 07 -->Continuous Integrations
8
9
+- Add GitHub Actions workflow for initial template cleanup
10
11
+### <!-- 08 -->Miscellaneous Tasks
12
13
+- Bump eslint from 8.45.0 to 8.46.0
14
+- Bump @lingui/detect-locale from 4.2.1 to 4.3.0
15
16
## [1.0.5] - 2023-07-28
17
18
### <!-- 02 -->Bug Fixes
package.json
@@ -1,6 +1,6 @@
1
{
"name": "nextjs-lingui-template",
- "version": "1.0.5",
+ "version": "1.0.6",
"private": true,
"scripts": {
"dev": "next dev",
0 commit comments