Skip to content

Commit 2c5dce1

Browse files
committed
chore: release v1.1.0
1 parent be4654b commit 2c5dce1

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## [1.1.0](///compare/v1.0.1...v1.1.0) (2025-12-02)
4+
5+
### Features
6+
7+
* comprehensive improvements based on original plugin analysis ff963c4
8+
9+
### Bug Fixes
10+
11+
* **no-complex-expressions:** disallow i18n.number/date by default 9d3a10e
12+
* **no-complex-expressions:** disallow plural/select/selectOrdinal inside t e22d653
13+
14+
### Reverts
15+
16+
* Revert "test: name slow test for cleaner vitest output" bf6eede
17+
318
## [1.0.1](///compare/v1.0.0...v1.0.1) (2025-12-02)
419

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

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

0 commit comments

Comments
 (0)