Skip to content

Commit 9050669

Browse files
dukeluoclaude
andcommitted
chore: bumped version number to 3.3.1
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c216670 commit 9050669

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## [3.3.1](https://github.com/dukeluo/eslint-plugin-check-file/compare/v3.3.0...v3.3.1) - 2025-11-03
9+
10+
### Fixed
11+
12+
- ignore dots inside brackets when extracting basename
13+
814
## [3.3.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v3.2.0...v3.3.0) - 2025-06-09
915

1016
### Added

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const rules = {
2020
const plugin = {
2121
meta: {
2222
name: 'eslint-plugin-check-file',
23-
version: '3.3.0',
23+
version: '3.3.1',
2424
},
2525
rules,
2626
processors: {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-check-file",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
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)