Skip to content

Commit 32cfd3b

Browse files
committed
chore: release v1.2.1
1 parent 1f10da8 commit 32cfd3b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.2.1](///compare/v1.2.0...v1.2.1) (2025-12-03)
4+
5+
### Features
6+
7+
* **no-unlocalized-strings:** auto-ignore UPPER_CASE styling constants 4d4955a
8+
9+
### Bug Fixes
10+
11+
* **no-unlocalized-strings:** only ignore direct property values in styling constants 1f10da8
12+
313
## [1.2.0](///compare/v1.1.1...v1.2.0) (2025-12-03)
414

515
### Features

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.2.0",
3+
"version": "1.2.1",
44
"description": "ESLint plugin for Lingui with TypeScript type-aware rules",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)