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",