Skip to content

Commit

Permalink
chore: version 0.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Dec 20, 2023
1 parent 5ca48ad commit dc3aef0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Change Log

- fix(no-unlocalized-strings): utilize ignoreFunction which is used as CallExpression (#21) (e84de6e)
- fix(no-unlocalized-strings): utilize TS enums when if parserServices.program is empty (#22) (5078ea0)
- fix: ban top level t() calls aside from t`` calls (#26) (5ca48ad)
- chore(deps): bump semver from 6.3.0 to 6.3.1 (#24) (7c588c4)
- chore(deps): bump @babel/traverse from 7.22.8 to 7.23.5 (#23) (7c3bd2a)

* feat(no-unlocalized-strings): add ignoreProperty option (#20) (a4d7683)
* fix(no-unlocalized-strings): utilize ignoreFunction which is used as CallExpression (#21) (e84de6e)
* fix(no-unlocalized-strings): utilize TS enums when if parserServices.program is empty (#22) (5078ea0)

- test: add a new test case for the ignoreFunction option (#19) (3b32de7)
- fix: update no-unlocalized to properly utilize ignoreFunction option (#16) (5e95b3e)
- feat(no-unlocalized-strings): add ignoreProperty option (#20) (a4d7683)

* ci: improve the release process (#15) (46077d3)
* chore: change nodejs engine requirement (#14) (4cb2f1e)
* test: add a new test case for the ignoreFunction option (#19) (3b32de7)
* fix: update no-unlocalized to properly utilize ignoreFunction option (#16) (5e95b3e)

- ci: improve the release process (#15) (46077d3)
- chore: change nodejs engine requirement (#14) (4cb2f1e)

## 0.1.0 (2023-09-04)

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

0 comments on commit dc3aef0

Please sign in to comment.