Skip to content

Commit

Permalink
chore: version 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Oct 18, 2024
1 parent 1c248a2 commit c40ac23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

- 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)

- feat(no-expression-in-message): check Trans component (#60) (3fcb131)
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.5.0",
"version": "0.6.0",
"description": "ESLint plugin for Lingui",
"keywords": [
"eslint",
Expand Down

0 comments on commit c40ac23

Please sign in to comment.