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 ed6331d commit cb564b5Copy full SHA for cb564b5
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.1.30] - 2024-01-15
6
+
7
+### Miscellaneous Tasks
8
9
+- Ignore configuration files by `eslint`
10
11
## [1.1.29] - 2024-01-15
12
13
### Miscellaneous Tasks
package.json
@@ -1,6 +1,6 @@
1
{
"name": "nextjs-lingui-template",
- "version": "1.1.29",
+ "version": "1.1.30",
"private": true,
"scripts": {
"dev": "next dev",
0 commit comments