Skip to content

Commit 5f0c650

Browse files
committed
chore: bumped version number to 2.3.0
1 parent ad98e15 commit 5f0c650

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.3.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.2.0...v2.3.0) - 2023-05-13
9+
10+
### Fixed
11+
- the rule `folder-naming-convention` can use a pattern with multiple matchers to select target folders
12+
13+
### Added
14+
- the rule `filename-blocklist` should report an error when blocklist pattern object isn't an object type
15+
- the rule `filename-naming-convention` should report an error when naming pattern object isn't an object type
16+
- the rule `folder-match-with-fex` should report an error when naming pattern object isn't an object type
17+
- the rule `folder-naming-convention` should report an error when naming pattern object isn't an object type
18+
19+
### Changed
20+
- unify the style of error messages for the existing rules
21+
- upgrade dependencies to the latest version
22+
23+
824
## [2.2.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.1.0...v2.2.0) - 2023-04-01
925

1026
### Added

package-lock.json

+1-1
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.2.0",
3+
"version": "2.3.0",
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)