From c5a687c10da640581482f4ff6fdf7875b0ea101a Mon Sep 17 00:00:00 2001 From: Huan Luo Date: Sat, 24 Feb 2024 15:17:54 +0800 Subject: [PATCH] chore: bumped version number to 2.7.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac4c3e..4a72612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.7.1](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.7.0...v2.7.1) - 2024-02-24 + +### Fixed + +- the rule `filename-blocklist` can set the suggested glob pattern as empty string when `errorMessage` is set + ## [2.7.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.6.2...v2.7.0) - 2024-02-18 ### Added diff --git a/package-lock.json b/package-lock.json index 76efa36..2c89ea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-check-file", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-check-file", - "version": "2.7.0", + "version": "2.7.1", "license": "Apache-2.0", "dependencies": { "is-glob": "^4.0.3", diff --git a/package.json b/package.json index ec14c60..700d0c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-check-file", - "version": "2.7.0", + "version": "2.7.1", "description": "ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder", "keywords": [ "eslint",