From 71bcaa8a8cb028ac0663a48bc514025b33f4ca46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Apr 2022 14:51:29 +0000 Subject: [PATCH] chore(release): 1.1.5 [skip ci] ## [1.1.5](https://github.com/wfcd/eslint-config/compare/v1.1.4...v1.1.5) (2022-04-08) ### Bug Fixes * specify arrow-parens for cjs & esm ([682e812](https://github.com/wfcd/eslint-config/commit/682e8126a59a89a4521adfa66df2e4a5bc822009)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f70e5..82c3da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.5](https://github.com/wfcd/eslint-config/compare/v1.1.4...v1.1.5) (2022-04-08) + + +### Bug Fixes + +* specify arrow-parens for cjs & esm ([682e812](https://github.com/wfcd/eslint-config/commit/682e8126a59a89a4521adfa66df2e4a5bc822009)) + ## [1.1.4](https://github.com/wfcd/eslint-config/compare/v1.1.3...v1.1.4) (2022-04-08) diff --git a/package.json b/package.json index bdbe82d..731511c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wfcd/eslint-config", - "version": "1.1.4", + "version": "1.1.5", "description": "Shared eslint configuration for Warframe Community Developers", "scripts": { "test": "npm run lint",