Skip to content

Commit c3f9ffd

Browse files
chore: release 1.6.0 (#158)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f607c76 commit c3f9ffd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/eslint/create-config/compare/v1.5.0...v1.6.0) (2025-03-20)
4+
5+
6+
### Features
7+
8+
* Output defineConfig in file ([#156](https://github.com/eslint/create-config/issues/156)) ([f607c76](https://github.com/eslint/create-config/commit/f607c7622073d910f92a7edfa295a81da0f3ffdc))
9+
310
## [1.5.0](https://github.com/eslint/create-config/compare/v1.4.0...v1.5.0) (2025-02-12)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/create-config",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Utility to create ESLint config files.",
55
"keywords": [
66
"ast",

0 commit comments

Comments
 (0)