Skip to content

Commit 7132896

Browse files
chore: release 1.8.3 (#172)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f18045 commit 7132896

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.3](https://github.com/eslint/create-config/compare/v1.8.2...v1.8.3) (2025-05-14)
4+
5+
6+
### Bug Fixes
7+
8+
* ensure posix-compliant newline at end of generated configs ([#170](https://github.com/eslint/create-config/issues/170)) ([8f18045](https://github.com/eslint/create-config/commit/8f18045ff4da1880a89507aafb5bc20e67436b13))
9+
310
## [1.8.2](https://github.com/eslint/create-config/compare/v1.8.1...v1.8.2) (2025-05-07)
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.2",
3+
"version": "1.8.3",
44
"description": "Utility to create ESLint config files.",
55
"keywords": [
66
"ast",

0 commit comments

Comments
 (0)