Skip to content

Commit

Permalink
chore: version 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Oct 11, 2024
1 parent 27cd472 commit 4a7fd76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Change Log

- feat: respect lazy translation tags in no-single-variables-to-translate (#34) (3cb7b6a)
- ci: minor fixes for the release process (#27) (cb0e1d5)
- ci: fix release workflow (#57) (27cd472)
- fix(no-unlocalized-strings): ignore Literals in computed MemberExpression (#56) (edb2bc1)
- fix(config): get rid of array in config export (#55) (3c6d349)
- fix(no-expression-in-message): add select and selectOrdinal to exclusion (#54) (89f5953)
- feat: allow calls to plural function in no-expression-in-message (#48) (7a8d062)
- docs(no-unlocalized-strings): more examples for valid cases (#52) (f99a709)
- fix(no-unlocalized-strings): `ignoreProperty` support MemberExpression assignments (#51) (1ecc912)
- feat: Eslint 9 + flat config support (#49) (b57329b)
- chore(deps): bump braces from 3.0.2 to 3.0.3 (#44) (0c80feb)

* feat: respect lazy translation tags in no-single-variables-to-translate (#34) (3cb7b6a)
* ci: minor fixes for the release process (#27) (cb0e1d5)

## 0.2.2 (2023-12-20)

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

0 comments on commit 4a7fd76

Please sign in to comment.