Skip to content

Commit 28e0d22

Browse files
committed
release(eslint-config-ts): v3.0.0-beta.1
1 parent 2c07427 commit 28e0d22

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/eslint-config-ts/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
### v3.0.0-beta.1 (_2025-02-05_)
2+
3+
- fix: export flat config as array
4+
5+
### v3.0.0-beta.0 (_2025-01-24_)
6+
7+
- feat: move to eslint flat config
8+
19
### v2.0.0 (_2024-04-04_)
210

3-
- chore(deps): update @typescript-eslint/* to v7
11+
- chore(deps): update @typescript-eslint/\* to v7
412

513
### v1.0.1 (_2023-12-19_)
614

packages/eslint-config-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-toolkit/eslint-config-ts",
3-
"version": "2.0.0",
3+
"version": "3.0.0-beta.1",
44
"description": "Basic ESLint config for Electron-TypeScript projects.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)