Skip to content

Commit 95a07d6

Browse files
chore: release 1.8.2 (#169)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9314b1f commit 95a07d6

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.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+
310
## [1.8.1](https://github.com/eslint/create-config/compare/v1.8.0...v1.8.1) (2025-04-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.1",
3+
"version": "1.8.2",
44
"description": "Utility to create ESLint config files.",
55
"keywords": [
66
"ast",

0 commit comments

Comments
 (0)