From 5485a472d1315bbfb98ac9f3e911c88d0f733bc6 Mon Sep 17 00:00:00 2001 From: Adam Weeden Date: Fri, 17 Dec 2021 18:15:15 -0500 Subject: [PATCH] [E4E-0]: 1.2.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd54582..33e7aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [1.2.3](https://github.com/nrccus/eslint-config/compare/1.2.2...1.2.3) (2021-12-17) + + +### Changes + +* [E4E-0]: Remove console.log ([e411481](https://github.com/nrccus/eslint-config/commit/e411481cd7527f73477fb4db714eedf8b3639262)) +* [E4E-0]: 1.2.2 (for real this time) ([b5c22a4](https://github.com/nrccus/eslint-config/commit/b5c22a43be1b1e8310c7a21f389cb2704a1547eb)) + ### [1.2.2](https://github.com/nrccus/eslint-config/compare/1.2.1...1.2.2) (2021-12-17) diff --git a/package.json b/package.json index 8083146..5315f76 100644 --- a/package.json +++ b/package.json @@ -123,5 +123,5 @@ "update:version:major": "standard-version --release-as major", "update:version:minor": "standard-version --release-as minor" }, - "version": "1.2.2" + "version": "1.2.3" }