From a8aebbaf7f0575ad99c1252c7439fbe721808909 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Wed, 3 Jun 2020 10:39:49 -0700 Subject: [PATCH] build: 3.1.3 release --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0cae8ec..94641745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.1.3 (2020-06-03) + +* fix: disabling `unicorn/no-useless-undefined` ([bab154f](https://github.com/readmeio/eslint-config/commit/bab154f)) + + + ## 3.1.2 (2020-06-02) * fix: disabling jest/no-deprecated-functions ([a198df0](https://github.com/readmeio/eslint-config/commit/a198df0)) diff --git a/package.json b/package.json index ed4b0d00..a102bda1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "3.1.2", + "version": "3.1.3", "description": "ReadMe coding standards", "main": "index.js", "scripts": {