Skip to content

Commit f02dd62

Browse files
committed
chore: release v1.8.5
1 parent 42e82e3 commit f02dd62

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.8.5](///compare/v1.8.4...v1.8.5) (2025-12-05)
6+
7+
### Bug Fixes
8+
9+
* **no-unlocalized-strings:** ignore date/time format strings e02b9d1
10+
* **no-unlocalized-strings:** ignore SVG technical attributes 81715ba
11+
512
## [1.8.4](///compare/v1.8.3...v1.8.4) (2025-12-05)
613

714
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-lingui-typescript",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"description": "ESLint plugin for Lingui with TypeScript type-aware rules",
55
"type": "module",
66
"main": "./dist/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { consistentPluralFormat } from "./rules/consistent-plural-format.js"
88

99
// Read version from package.json at build time
1010
// This is resolved by TypeScript with resolveJsonModule or by the bundler
11-
const PLUGIN_VERSION = "1.8.4" // Synced with package.json during release
11+
const PLUGIN_VERSION = "1.8.5" // Synced with package.json during release
1212
import { noExpressionInMessage } from "./rules/no-expression-in-message.js"
1313
import { noNestedMacros } from "./rules/no-nested-macros.js"
1414
import { noSingleTagToTranslate } from "./rules/no-single-tag-to-translate.js"

0 commit comments

Comments
 (0)