From 199e30370dae9e5dbc44cd50f4757dd2740b051c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:25:02 +0000 Subject: [PATCH] chore: release 1.7.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddde5a8..53587cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/eslint/create-config/compare/v1.6.0...v1.7.0) (2025-03-31) + + +### Features + +* support languages json/markdown/css ([#159](https://github.com/eslint/create-config/issues/159)) ([886f39e](https://github.com/eslint/create-config/commit/886f39e0fd841fd2f15530b141a7b47c025e6c71)) + ## [1.6.0](https://github.com/eslint/create-config/compare/v1.5.0...v1.6.0) (2025-03-20) diff --git a/package.json b/package.json index 3b1edce..1af829d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/create-config", - "version": "1.6.0", + "version": "1.7.0", "description": "Utility to create ESLint config files.", "keywords": [ "ast",