diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7980c..befafa4 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.6.1](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.6.0...v2.6.1) - 2023-07-30 + +### Fixed +- fix bundle mistake in v2.6.0 + + ## [2.6.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.5.0...v2.6.0) - 2023-07-30 ### Added diff --git a/package-lock.json b/package-lock.json index 6685321..0b99ef1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-check-file", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-check-file", - "version": "2.6.0", + "version": "2.6.1", "license": "Apache-2.0", "dependencies": { "is-glob": "^4.0.3", diff --git a/package.json b/package.json index 9688929..5702e9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-check-file", - "version": "2.6.0", + "version": "2.6.1", "description": "ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder", "keywords": [ "eslint",