From 56b25079378d2cb2f7d83482181d8e8be7478323 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Fri, 9 Feb 2024 14:21:10 -0800 Subject: [PATCH] Release - eslint-config-moon@2.1.0 --- 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 6ddaacc..f1399ff 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.1.0 - 2024-02-09 + +#### 🚀 Updates + +- Removed jest tests from default config. ([3023b88](https://github.com/moonrepo/dev/commit/3023b88)) + +**Note:** Version bump only for package eslint-config-moon + + + + + ### 2.0.16 - 2024-02-07 #### 📦 Dependencies diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 287de42..7069fdc 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-moon", - "version": "2.0.16", + "version": "2.1.0", "description": "A modern and strict ESLint configuration.", "keywords": [ "eslint-config",