From cf803a670ca62a09e6c7a13ee6c6fb6405a6b9be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:03:14 -0400 Subject: [PATCH] chore: release 0.5.3 (#78) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2fa684..cb867e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.5.3](https://github.com/eslint/config-inspector/compare/v0.5.2...v0.5.3) (2024-08-15) + + +### chore + +* release-please-mark ([7720a12](https://github.com/eslint/config-inspector/commit/7720a12e9dbc911d922dfcd6f933add666120fa2)) + + +### Features + +* cache web fonts locally, close [#79](https://github.com/eslint/config-inspector/issues/79) ([0fbd05e](https://github.com/eslint/config-inspector/commit/0fbd05e2aa86dbdb24f070116f44aeb5f78b7c05)) + + +### Bug Fixes + +* `nth` formatting for values above 20 ([#83](https://github.com/eslint/config-inspector/issues/83)) ([1c0ecf1](https://github.com/eslint/config-inspector/commit/1c0ecf195bb18a41a97367ee03d916331806cfb5)) +* disable tsconfig resolution on config loading, close [#52](https://github.com/eslint/config-inspector/issues/52) ([27c2372](https://github.com/eslint/config-inspector/commit/27c2372f6816a0c1e6886fcb3bf19986d193a388)) +* label of "Rules" -> "Configs" on file group ([#77](https://github.com/eslint/config-inspector/issues/77)) ([0f0b1b8](https://github.com/eslint/config-inspector/commit/0f0b1b839411a836d639cf6577ecfa86d6cd49b0)) + ## [0.5.2](https://github.com/eslint/config-inspector/compare/v0.5.1...v0.5.2) (2024-07-17) diff --git a/package.json b/package.json index cbbd960..7dd69c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eslint/config-inspector", "type": "module", - "version": "0.5.2", + "version": "0.5.3", "packageManager": "pnpm@9.7.0", "description": "A visual tool for inspecting and understanding your ESLint flat configs", "license": "Apache-2.0",