Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 835dccd

Browse files
author
Christopher Quadflieg
committed
Set version to 1.0.0-alpha.4
1 parent 68145b3 commit 835dccd

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Next
22

3-
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0-alpha.3...main)
3+
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0-alpha.4...main)
4+
5+
# 1.0.0-alpha.4
6+
7+
[diff](https://github.com/Shinigami92/eslint-define-config/compare/1.0.0-alpha.3...1.0.0-alpha.4)
8+
9+
- Add `env` property types ([fa116b5])
10+
- `Override` can contain `env` property ([d9a9c58])
11+
- Define `extends` ([0549d94])
12+
- First tuple value can be optional and fallback to default ([ef9eb71])
13+
14+
[ef9eb71]: https://github.com/Shinigami92/eslint-define-config/commit/ef9eb71d52226b7737981b5e8612fe0772a50ac2
15+
[d9a9c58]: https://github.com/Shinigami92/eslint-define-config/commit/d9a9c58b900f469ed0b9f8c6b372163352a839a5
16+
[0549d94]: https://github.com/Shinigami92/eslint-define-config/commit/0549d94c9c441c3fbfb7e3e11bc39630536aea69
17+
[fa116b5]: https://github.com/Shinigami92/eslint-define-config/commit/fa116b55214e05616577f2b466c895f19c552741
418

519
# 1.0.0-alpha.3
620

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-define-config",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0-alpha.4",
44
"description": "Provide a defineConfig function for .eslintrc.js files",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)