From c2e5dee7a557f9a2c9be773b35ca3be7ef74f62d Mon Sep 17 00:00:00 2001 From: Kevin Locke Date: Thu, 31 Oct 2024 18:08:58 -0600 Subject: [PATCH] CHANGELOG: Move globals bump to Features This is not breaking, as far as I'm aware. Signed-off-by: Kevin Locke --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5fcf89..d20ef6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,12 +18,11 @@ Notes](https://github.com/eslint-community/eslint-plugin-n/releases). * Bump `eslint-plugin-promise` from ^6.0.0 to ^7.0.0. See [Release Notes](https://github.com/eslint-community/eslint-plugin-promise/releases). -- Bump `globals` from ^13.0.0 to ^15.0.0. See [Release - Notes](https://github.com/sindresorhus/globals/releases). ### Features - +- Bump `globals` from ^13.0.0 to ^15.0.0. See [Release + Notes](https://github.com/sindresorhus/globals/releases). # [32.0.0](https://github.com/kevinoid/eslint-config-kevinoid/compare/v31.1.0...v32.0.0) (2023-10-20)