Skip to content

Commit 8df594c

Browse files
release: 0.16.3
1 parent a927994 commit 8df594c

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.16.3 (2026-05-13)
2+
3+
### 🩹 Fixes
4+
5+
- **create-eslint-config:** add license file ([a927994](https://github.com/code-pushup/eslint-config/commit/a927994))
6+
7+
### ❤️ Thank You
8+
9+
- Matěj Chalk
10+
111
## 0.16.2 (2026-05-11)
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.2",
3+
"version": "0.16.3",
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.2",
3+
"version": "0.16.3",
44
"description": "Recommended ESLint presets by Code PushUp",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)