Skip to content

Commit

Permalink
chore: version 0.8.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Nov 26, 2024
1 parent 061ef0d commit 5c64f84
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 14 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Change Log

- 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)
- fix(no-unlocalized-strings): ignore more cases (#84) (061ef0d)

* 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.8.0",
"version": "0.8.1",
"description": "ESLint plugin for Lingui",
"keywords": [
"eslint",
Expand Down

0 comments on commit 5c64f84

Please sign in to comment.