Skip to content

Commit f245aea

Browse files
committed
chore: release v1.1.1
1 parent 547c27e commit f245aea

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## [1.1.1](///compare/v1.1.0...v1.1.1) (2025-12-03)
4+
5+
### Bug Fixes
6+
7+
* **rules:** check strings inside exported functions 547c27e
8+
39
## [1.1.0](///compare/v1.0.1...v1.1.0) (2025-12-02)
410

511
### 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.1.0",
3+
"version": "1.1.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)