From 989c183b8f524eb120be585eb3aadeb293887cc5 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 29 Jun 2020 16:23:24 +0200 Subject: [PATCH] chore: Release v2.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab9bb6..b57c44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.1.1](https://github.com/serverless/eslint-config/compare/v2.1.0...v2.1.1) (2020-06-29) + +### Bug Fixes + +- Turn off 'no-underscore-dangle' ([d91a54c](https://github.com/serverless/eslint-config/commit/d91a54cd3a85183da6a2856d534588903684aa56)) + ## [2.1.0](https://github.com/serverless/eslint-config/compare/v2.0.0...v2.1.0) (2020-05-18) ### Features diff --git a/package.json b/package.json index 6ada18b..9316e11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/eslint-config", - "version": "2.1.0", + "version": "2.1.1", "description": "ESLint & Prettier config for Serveless projects", "keywords": [ "lint",