diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bdf0a9..201de50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 412576d..0b0ab72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-lingui", - "version": "0.2.0", + "version": "0.2.1", "description": "ESLint plugin for Lingui", "keywords": [ "eslint",