Skip to content

Commit 066ccf7

Browse files
committed
chore: bumped version number to 2.1.0
1 parent d6105a2 commit 066ccf7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.1.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v2.0.0...v2.1.0) - 2023-03-25
9+
10+
### Fixed
11+
- the rule `filename-blacklist` can specify the target file by its file path
12+
13+
### Deprecated
14+
- the rule `filename-blacklist` can specify the target file by its filename
15+
16+
817
## [2.0.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.3.1...v2.0.0) - 2023-03-05
918

1019
### Changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.0.0",
3+
"version": "2.1.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)