Skip to content

Commit 8f9ce75

Browse files
committed
chore: bumped version number to 1.3.0
1 parent 42de8a1 commit 8f9ce75

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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

88

9+
## [1.3.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.2.3...v1.3.0) - 2022-11-05
10+
11+
### Added
12+
- the rule `filename-blacklist` can blacklist file names by pattern
13+
14+
915
## [1.2.3](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.2.2...v1.2.3) -2022-09-22
1016

1117
### Fixed

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