From 7e4b4bdf54c97638017fa2b37186016e105502cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:04:20 +0000 Subject: [PATCH] chore(main): release 2.10.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d17708..6ae31eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.10.1](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v2.10.0...v2.10.1) (2024-04-18) + + +### Bug Fixes + +* **setup-dependencies.mjs:** force eslint@^8 ([87d8e47](https://github.com/SandroMiguel/eslint-config-cecilia/commit/87d8e475742fe00673e369052dc630b3fbee632a)) + ## [2.10.0](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v2.9.1...v2.10.0) (2023-07-27) diff --git a/package.json b/package.json index 011669b..13c9817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-cecilia", - "version": "2.10.0", + "version": "2.10.1", "description": "ESLint configuration for awesome projects", "bin": { "cecilia": "./bin/cecilia.mjs"