From c8e2a64850278e572399a7401f8005b1c45c68d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Apr 2022 03:37:44 +0000 Subject: [PATCH] chore(release): 1.1.4 [skip ci] ## [1.1.4](https://github.com/wfcd/eslint-config/compare/v1.1.3...v1.1.4) (2022-04-08) ### Bug Fixes * consistent arrows between cjs & esm ([11a6e83](https://github.com/wfcd/eslint-config/commit/11a6e83634af08677af5798658f1d4835fe5c5ad)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5808de2..37f70e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.4](https://github.com/wfcd/eslint-config/compare/v1.1.3...v1.1.4) (2022-04-08) + + +### Bug Fixes + +* consistent arrows between cjs & esm ([11a6e83](https://github.com/wfcd/eslint-config/commit/11a6e83634af08677af5798658f1d4835fe5c5ad)) + ## [1.1.3](https://github.com/wfcd/eslint-config/compare/v1.1.2...v1.1.3) (2022-04-07) diff --git a/package.json b/package.json index 053f08c..bdbe82d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wfcd/eslint-config", - "version": "1.1.3", + "version": "1.1.4", "description": "Shared eslint configuration for Warframe Community Developers", "scripts": { "test": "npm run lint",