From 00bfc7cc5a14db44d8bdf87c17f109ad03a11c69 Mon Sep 17 00:00:00 2001 From: andrii-bodnar Date: Tue, 19 Nov 2024 14:22:34 +0000 Subject: [PATCH] chore: version 0.8.0 [skip ci] --- CHANGELOG.md | 18 ++++++++++++------ package.json | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 681c654..958e3d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Change Log -- fix: not listed dependency `@typescript-eslint/scope-manager` (#75) (0ded72c) -- feat(recommended-config): add lingui/no-expression-in-message (#74) (5430625) - -* 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) +- chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 (#83) (f10feb9) +- chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#81) (297bcdd) +- feat(no-unlocalized-strings): remove default configuration (#78) (32c823c) +- feat(no-unlocalized-strings): add patterns for ignore functions (#77) (e249254) +- feat(no-unlocalized-strings): add ignoreVariable option + refactor options (#76) (a407d3d) + +* fix: not listed dependency `@typescript-eslint/scope-manager` (#75) (0ded72c) +* feat(recommended-config): add lingui/no-expression-in-message (#74) (5430625) + +- 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) diff --git a/package.json b/package.json index 6592cce..6052328 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-lingui", - "version": "0.7.0", + "version": "0.8.0", "description": "ESLint plugin for Lingui", "keywords": [ "eslint",