Skip to content

Commit f499cbe

Browse files
committed
chore: release v1.7.0
1 parent 678d90d commit f499cbe

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

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

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

5+
## [1.7.0](///compare/v1.6.0...v1.7.0) (2025-12-03)
6+
7+
### Features
8+
9+
* add GitHub Pages marketing site 49f736c
10+
* **types:** add branded types for marking strings as unlocalized 1f38b6b
11+
12+
### Bug Fixes
13+
14+
* sync plugin version, fix changelog URLs, remove duplicate dep dcacca8
15+
516
## [1.6.0](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/compare/v1.5.0...v1.6.0) (2025-12-03)
617

718
### 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.6.0",
3+
"version": "1.7.0",
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.6.0" // Synced with package.json during release
11+
const PLUGIN_VERSION = "1.7.0" // 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)