From 00e78f059c0ad546ecce1e058e58e660731b49d5 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Mon, 4 Sep 2023 14:05:21 -0700 Subject: [PATCH] Release - eslint-config-moon@2.0.9 --- packages/eslint-config/CHANGELOG.md | 12 ++++++++++++ packages/eslint-config/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 73a8eed..83b5360 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 2.0.9 - 2023-09-04 + +#### 🐞 Fixes + +- Undo `no-promise-executor-return` change. ([6100800](https://github.com/moonrepo/dev/commit/6100800)) + +**Note:** Version bump only for package eslint-config-moon + + + + + ### 2.0.8 - 2023-09-04 #### 📦 Dependencies diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index eaceffc..2243697 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-moon", - "version": "2.0.8", + "version": "2.0.9", "description": "A modern and strict ESLint configuration.", "keywords": [ "eslint-config",