Skip to content

Commit 7c19d09

Browse files
release: 0.17.2
1 parent b93b60a commit 7c19d09

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.17.2 (2026-07-08)
2+
3+
### 🩹 Fixes
4+
5+
- **eslint-config:** disable no-template-curly-in-string for .json files ([b93b60a](https://github.com/code-pushup/eslint-config/commit/b93b60a))
6+
7+
### ❤️ Thank You
8+
9+
- Matěj Chalk
10+
111
## 0.17.1 (2026-06-24)
212

313
### 🩹 Fixes

packages/create-eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/create-eslint-config",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"description": "Interactive setup wizard for @code-pushup/eslint-config",
55
"type": "module",
66
"main": "./src/index.js",

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/eslint-config",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"description": "Recommended ESLint presets by Code PushUp",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)