From 5f2eaaf24d5cf624868a738f5c3683502b08fff0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:18:57 +0000 Subject: [PATCH] chore(main): release 2.10.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eedbe15..7d17708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v2.9.1...v2.10.0) (2023-07-27) + + +### Features + +* **unicorn.js:** disable `unicorn/filename-case` rule ([d1746d4](https://github.com/SandroMiguel/eslint-config-cecilia/commit/d1746d4ea524b208d4ce47e2734b717a3cb2c3ec)) + + +### Bug Fixes + +* **jsdoc.js:** remove jsdoc/newline-after-description ([4736bf7](https://github.com/SandroMiguel/eslint-config-cecilia/commit/4736bf7e7dff7d2b947d812cb6b8e28939c1b614)) + ## [2.9.1](https://github.com/SandroMiguel/eslint-config-cecilia/compare/v2.9.0...v2.9.1) (2023-01-23) diff --git a/package.json b/package.json index a608d35..05733c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-cecilia", - "version": "2.9.1", + "version": "2.10.0", "description": "ESLint configuration for awesome projects", "bin": { "cecilia": "./bin/cecilia.mjs"