Skip to content

Commit 6adb2da

Browse files
chore: release 1.9.0 (#174)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d3a0fb4 commit 6adb2da

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.9.0](https://github.com/eslint/create-config/compare/v1.8.3...v1.9.0) (2025-05-20)
4+
5+
6+
### Features
7+
8+
* add support for `.mts` and `.cts` extensions ([#173](https://github.com/eslint/create-config/issues/173)) ([81ca6e1](https://github.com/eslint/create-config/commit/81ca6e1f45ef4607f119140733310ffef7382cf2))
9+
310
## [1.8.3](https://github.com/eslint/create-config/compare/v1.8.2...v1.8.3) (2025-05-14)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/create-config",
3-
"version": "1.8.3",
3+
"version": "1.9.0",
44
"description": "Utility to create ESLint config files.",
55
"keywords": [
66
"ast",

0 commit comments

Comments
 (0)