From dbd874289676e3b1442bf3d3984070b6fed5586b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:42:22 +0200 Subject: [PATCH] chore: release 1.0.2 (#99) 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 e18e066..e06d6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/eslint/create-config/compare/v1.0.1...v1.0.2) (2024-04-16) + + +### Bug Fixes + +* not install multi tseslint versions ([#94](https://github.com/eslint/create-config/issues/94)) ([ba1a02c](https://github.com/eslint/create-config/commit/ba1a02c420273f2510dca20ae15c73c55ef1977a)) + ## [1.0.1](https://github.com/eslint/create-config/compare/v1.0.0...v1.0.1) (2024-04-10) diff --git a/package.json b/package.json index 550ef4f..712dd99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/create-config", - "version": "1.0.1", + "version": "1.0.2", "description": "Utility to create ESLint config files.", "keywords": [ "ast",