From 3c6a0e3f0ed732d620404be47b960002f1394efe Mon Sep 17 00:00:00 2001 From: Sandro Miguel Date: Sat, 17 Oct 2020 23:37:50 +0100 Subject: [PATCH] chore(release): 2.1.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b9d18..2c32393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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/SandroMiguel/eslint-config-cecilia/compare/v2.1.0...v2.1.1) (2020-10-17) + ## [2.1.0](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v2.0.3...v2.1.0) (2020-10-17) diff --git a/package.json b/package.json index 1b01bb6..82f67b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-cecilia", - "version": "2.1.0", + "version": "2.1.1", "description": "ESLint configuration for awesome projects", "main": "index.js", "scripts": {