From 6a1d4f25e69ec63bddbb1946f54b1d59e1fd37db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:04:00 +0200 Subject: [PATCH] chore: release 1.1.4 (#128) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f74882..62fc8a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.4](https://github.com/eslint/create-config/compare/v1.1.3...v1.1.4) (2024-06-10) + + +### Bug Fixes + +* enable linting `.jsx` files when React is selected ([#126](https://github.com/eslint/create-config/issues/126)) ([6736f3d](https://github.com/eslint/create-config/commit/6736f3dc19682d2cead9aef67b0f27ec51700658)) + ## [1.1.3](https://github.com/eslint/create-config/compare/v1.1.2...v1.1.3) (2024-06-04) diff --git a/package.json b/package.json index edaca221..cbcf812b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/create-config", - "version": "1.1.3", + "version": "1.1.4", "description": "Utility to create ESLint config files.", "keywords": [ "ast",