Skip to content

Commit

Permalink
chore: version 0.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Nov 19, 2024
1 parent f10feb9 commit 00bfc7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Change Log

- fix: not listed dependency `@typescript-eslint/scope-manager` (#75) (0ded72c)
- feat(recommended-config): add lingui/no-expression-in-message (#74) (5430625)

* feat(no-unlocalized-strings): add regex patterns support (#70) (1c248a2)
* fix: no-single-variables-to-translate renamed to no-single-variable... (#69) (b048305)
* feat(no-expression-in-message): correctly handle {' '} in JSX, report for each found expression (#68) (e935e01)
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#83) (f10feb9)
- chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#81) (297bcdd)
- feat(no-unlocalized-strings): remove default configuration (#78) (32c823c)
- feat(no-unlocalized-strings): add patterns for ignore functions (#77) (e249254)
- feat(no-unlocalized-strings): add ignoreVariable option + refactor options (#76) (a407d3d)

* fix: not listed dependency `@typescript-eslint/scope-manager` (#75) (0ded72c)
* feat(recommended-config): add lingui/no-expression-in-message (#74) (5430625)

- feat(no-unlocalized-strings): add regex patterns support (#70) (1c248a2)
- fix: no-single-variables-to-translate renamed to no-single-variable... (#69) (b048305)
- feat(no-expression-in-message): correctly handle {' '} in JSX, report for each found expression (#68) (e935e01)

## 0.5.0 (2024-10-15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-lingui",
"version": "0.7.0",
"version": "0.8.0",
"description": "ESLint plugin for Lingui",
"keywords": [
"eslint",
Expand Down

0 comments on commit 00bfc7c

Please sign in to comment.