We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9314b1f commit 95a07d6Copy full SHA for 95a07d6
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.8.2](https://github.com/eslint/create-config/compare/v1.8.1...v1.8.2) (2025-05-07)
4
+
5
6
+### Bug Fixes
7
8
+* semver calculations for `defineConfig` import ([#168](https://github.com/eslint/create-config/issues/168)) ([7b7f831](https://github.com/eslint/create-config/commit/7b7f831e876e9f97ded754295ecb43449065cd25))
9
10
## [1.8.1](https://github.com/eslint/create-config/compare/v1.8.0...v1.8.1) (2025-04-14)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eslint/create-config",
- "version": "1.8.1",
+ "version": "1.8.2",
"description": "Utility to create ESLint config files.",
"keywords": [
"ast",
0 commit comments