From 343ab508d1d5de2fc2afa856bc1a0db669322f30 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Nov 2022 04:32:05 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/WFCD/eslint-config/compare/v1.3.0...v1.3.1) (2022-11-29) ### Bug Fixes * allow dev dependencies in c/mjs files ([5378b59](https://github.com/WFCD/eslint-config/commit/5378b59ffb1531b3a4eb4162db197ecd12e1a80a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d78b0..a8bb5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/WFCD/eslint-config/compare/v1.3.0...v1.3.1) (2022-11-29) + + +### Bug Fixes + +* allow dev dependencies in c/mjs files ([5378b59](https://github.com/WFCD/eslint-config/commit/5378b59ffb1531b3a4eb4162db197ecd12e1a80a)) + # [1.3.0](https://github.com/WFCD/eslint-config/compare/v1.2.0...v1.3.0) (2022-11-28) diff --git a/package.json b/package.json index 4526515..4861a68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wfcd/eslint-config", - "version": "1.3.0", + "version": "1.3.1", "description": "Shared eslint configuration for Warframe Community Developers", "scripts": { "test": "npm run lint",