From a32dd52f077d943667953b343254aa4680994138 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Nov 2022 21:58:26 +0000 Subject: [PATCH] chore(release): 1.3.2 [skip ci] ## [1.3.2](https://github.com/WFCD/eslint-config/compare/v1.3.1...v1.3.2) (2022-11-29) ### Bug Fixes * wildcard folders ([2a883bc](https://github.com/WFCD/eslint-config/commit/2a883bc466d2a6fa4997f17fab1b053f0d369eb8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8bb5a8..c79f9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/WFCD/eslint-config/compare/v1.3.1...v1.3.2) (2022-11-29) + + +### Bug Fixes + +* wildcard folders ([2a883bc](https://github.com/WFCD/eslint-config/commit/2a883bc466d2a6fa4997f17fab1b053f0d369eb8)) + ## [1.3.1](https://github.com/WFCD/eslint-config/compare/v1.3.0...v1.3.1) (2022-11-29) diff --git a/package.json b/package.json index 4861a68..16ed7f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wfcd/eslint-config", - "version": "1.3.1", + "version": "1.3.2", "description": "Shared eslint configuration for Warframe Community Developers", "scripts": { "test": "npm run lint",