From 91b0845cbb7259e15f4475205c803eceb700ef85 Mon Sep 17 00:00:00 2001 From: "@snowball-tech-bot" Date: Fri, 29 Nov 2024 10:35:00 +0000 Subject: [PATCH] release: new version 2.0.6 [skip ci] ## @snowball-tech/eslint-snowball-config [2.0.6](https://github.com/snowball-tech/glacier/compare/@snowball-tech/eslint-snowball-config@2.0.5...@snowball-tech/eslint-snowball-config@2.0.6) (2024-11-29) * **eslint-config:** fix ignored files ([844651a](https://github.com/snowball-tech/glacier/commit/844651a435ed467881cb43699d4490983e3a15ef)) --- packages/eslint-snowball-config/CHANGELOG.md | 4 ++++ packages/eslint-snowball-config/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/eslint-snowball-config/CHANGELOG.md b/packages/eslint-snowball-config/CHANGELOG.md index 6744906b7..e367b6744 100644 --- a/packages/eslint-snowball-config/CHANGELOG.md +++ b/packages/eslint-snowball-config/CHANGELOG.md @@ -1,3 +1,7 @@ +## @snowball-tech/eslint-snowball-config [2.0.6](https://github.com/snowball-tech/glacier/compare/@snowball-tech/eslint-snowball-config@2.0.5...@snowball-tech/eslint-snowball-config@2.0.6) (2024-11-29) + +- **eslint-config:** fix ignored files ([844651a](https://github.com/snowball-tech/glacier/commit/844651a435ed467881cb43699d4490983e3a15ef)) + ## @snowball-tech/eslint-snowball-config [2.0.5](https://github.com/snowball-tech/glacier/compare/@snowball-tech/eslint-snowball-config@2.0.4...@snowball-tech/eslint-snowball-config@2.0.5) (2024-11-29) - **eslint:** fix perfectionist type settings ([d37910a](https://github.com/snowball-tech/glacier/commit/d37910abe081ebe663e1e1349d337639c505cb67)) diff --git a/packages/eslint-snowball-config/package.json b/packages/eslint-snowball-config/package.json index 917be868e..6ce377413 100644 --- a/packages/eslint-snowball-config/package.json +++ b/packages/eslint-snowball-config/package.json @@ -100,5 +100,5 @@ "update-deps": "yarn run -T update-deps" }, "type": "module", - "version": "2.0.5" + "version": "2.0.6" }