Skip to content

Commit f00c226

Browse files
committed
chore: bumped version number to 2.6.2
1 parent dd94c95 commit f00c226

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.6.2](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.6.1...v2.6.2) - 2023-08-13
9+
10+
### Fixed
11+
- the naming convention `NEXT_JS_APP_ROUTER_CASE` can support Next.js Private Folders
12+
13+
814
## [2.6.1](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.6.0...v2.6.1) - 2023-07-30
915

1016
### Fixed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-check-file",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)