Skip to content

Commit 76b50c4

Browse files
chore: release 1.8.0
1 parent dfef597 commit 76b50c4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.8.0](https://github.com/eslint/create-config/compare/v1.7.0...v1.8.0) (2025-04-09)
4+
5+
6+
### Features
7+
8+
* add fallback to npm registry API in fetchPeerDependencies ([#155](https://github.com/eslint/create-config/issues/155)) ([d08a7a4](https://github.com/eslint/create-config/commit/d08a7a4dc22fdb6e21af3bd38a319baf4161d74f))
9+
10+
11+
### Bug Fixes
12+
13+
* correct `defineConfig` usage in generated config ([#161](https://github.com/eslint/create-config/issues/161)) ([dfef597](https://github.com/eslint/create-config/commit/dfef5970e29b44395c05b1cffc7b1af5ad86f3af))
14+
315
## [1.7.0](https://github.com/eslint/create-config/compare/v1.6.0...v1.7.0) (2025-03-31)
416

517

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.7.0",
3+
"version": "1.8.0",
44
"description": "Utility to create ESLint config files.",
55
"keywords": [
66
"ast",

0 commit comments

Comments
 (0)