Skip to content

Commit bbb8727

Browse files
release: 0.17.0
1 parent 4cf0aff commit bbb8727

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.0 (2026-05-15)
2+
3+
### 🚀 Features
4+
5+
- **create-eslint-config:** extend existing config ([#52](https://github.com/code-pushup/eslint-config/pull/52))
6+
7+
### ❤️ Thank You
8+
9+
- Hanna Skryl @hanna-skryl
10+
111
## 0.16.3 (2026-05-13)
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.16.3",
3+
"version": "0.17.0",
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.16.3",
3+
"version": "0.17.0",
44
"description": "Recommended ESLint presets by Code PushUp",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)