Skip to content

Commit

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

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

0 comments on commit 613e5a8

Please sign in to comment.