Skip to content

Commit fb20451

Browse files
chore: release 1.8.1 (#166)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ef6fa23 commit fb20451

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.1](https://github.com/eslint/create-config/compare/v1.8.0...v1.8.1) (2025-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* use correct import path for semver ([#165](https://github.com/eslint/create-config/issues/165)) ([ef6fa23](https://github.com/eslint/create-config/commit/ef6fa23d3673a5cdb01fcb06ac5bc15af5dfecb3))
9+
310
## [1.8.0](https://github.com/eslint/create-config/compare/v1.7.0...v1.8.0) (2025-04-09)
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.0",
3+
"version": "1.8.1",
44
"description": "Utility to create ESLint config files.",
55
"keywords": [
66
"ast",

0 commit comments

Comments
 (0)