From 0e2ecd314f2175cd2bfb78048ef64cf06a0bbc28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 14:46:31 +0200 Subject: [PATCH] chore: release 1.1.2 (#121) 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 caceb586..20ed7b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/eslint/create-config/compare/v1.1.1...v1.1.2) (2024-05-26) + + +### Bug Fixes + +* use `--force` to install eslint v9 + tseslint ([#118](https://github.com/eslint/create-config/issues/118)) ([27a207e](https://github.com/eslint/create-config/commit/27a207ec209500da88a95f8c50dece16ae0f072b)) + ## [1.1.1](https://github.com/eslint/create-config/compare/v1.1.0...v1.1.1) (2024-05-17) diff --git a/package.json b/package.json index 66ea9198..1c29df3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/create-config", - "version": "1.1.1", + "version": "1.1.2", "description": "Utility to create ESLint config files.", "keywords": [ "ast",