From d00a46e5b6339be5896d3f4d6ceba402251634fd Mon Sep 17 00:00:00 2001 From: Huan Luo Date: Mon, 12 Jun 2023 21:46:03 +0800 Subject: [PATCH] chore: bumped version number to 2.4.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfeeee..ef1ab2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.4.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.3.0...v2.4.0) - 2023-06-12 + +### Fixed +- the rule `folder-naming-convention` can work well with `*` in the glob + +### Added +- the rule `no-index` can ignore middle extensions + +### Changed +- improve documentation + + ## [2.3.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.2.0...v2.3.0) - 2023-05-13 ### Fixed diff --git a/package-lock.json b/package-lock.json index 8234b23..21520a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-check-file", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c7b4125..9f2674d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-check-file", - "version": "2.3.0", + "version": "2.4.0", "description": "ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder", "keywords": [ "eslint",