Skip to content

Commit 5c64f84

Browse files
committed
chore: version 0.8.1 [skip ci]
1 parent 061ef0d commit 5c64f84

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

CHANGELOG.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# Change Log
22

3-
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#83) (f10feb9)
4-
- chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#81) (297bcdd)
5-
- feat(no-unlocalized-strings): remove default configuration (#78) (32c823c)
6-
- feat(no-unlocalized-strings): add patterns for ignore functions (#77) (e249254)
7-
- feat(no-unlocalized-strings): add ignoreVariable option + refactor options (#76) (a407d3d)
8-
9-
* fix: not listed dependency `@typescript-eslint/scope-manager` (#75) (0ded72c)
10-
* feat(recommended-config): add lingui/no-expression-in-message (#74) (5430625)
11-
12-
- feat(no-unlocalized-strings): add regex patterns support (#70) (1c248a2)
13-
- fix: no-single-variables-to-translate renamed to no-single-variable... (#69) (b048305)
14-
- feat(no-expression-in-message): correctly handle {' '} in JSX, report for each found expression (#68) (e935e01)
3+
- fix(no-unlocalized-strings): ignore more cases (#84) (061ef0d)
4+
5+
* chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#83) (f10feb9)
6+
* chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#81) (297bcdd)
7+
* feat(no-unlocalized-strings): remove default configuration (#78) (32c823c)
8+
* feat(no-unlocalized-strings): add patterns for ignore functions (#77) (e249254)
9+
* feat(no-unlocalized-strings): add ignoreVariable option + refactor options (#76) (a407d3d)
10+
11+
- fix: not listed dependency `@typescript-eslint/scope-manager` (#75) (0ded72c)
12+
- feat(recommended-config): add lingui/no-expression-in-message (#74) (5430625)
13+
14+
* feat(no-unlocalized-strings): add regex patterns support (#70) (1c248a2)
15+
* fix: no-single-variables-to-translate renamed to no-single-variable... (#69) (b048305)
16+
* feat(no-expression-in-message): correctly handle {' '} in JSX, report for each found expression (#68) (e935e01)
1517

1618
## 0.5.0 (2024-10-15)
1719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-lingui",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "ESLint plugin for Lingui",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)