From 61199de09fe4117b2c750ba9a53bfa191a6a6d11 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Mar 2023 01:33:08 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/WFCD/eslint-config/compare/v1.3.3...v1.4.0) (2023-03-17) ### Features * nest configs, allow underscore dangle ([85d37ba](https://github.com/WFCD/eslint-config/commit/85d37ba2835d12ba56611946edf18fdea6655a2e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9680f..7f40c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/WFCD/eslint-config/compare/v1.3.3...v1.4.0) (2023-03-17) + + +### Features + +* nest configs, allow underscore dangle ([85d37ba](https://github.com/WFCD/eslint-config/commit/85d37ba2835d12ba56611946edf18fdea6655a2e)) + ## [1.3.3](https://github.com/WFCD/eslint-config/compare/v1.3.2...v1.3.3) (2022-11-29) diff --git a/package.json b/package.json index 983de58..431e398 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wfcd/eslint-config", - "version": "1.3.3", + "version": "1.4.0", "description": "Shared eslint configuration for Warframe Community Developers", "scripts": { "test": "npm run lint",