Skip to content

Commit 4125eae

Browse files
committed
chore: bumped version number to 3.1.0
1 parent 4c5e28b commit 4125eae

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.1.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v3.0.0...v3.1.0) - 2025-02-16
9+
10+
### Added
11+
12+
- add support for css,json,markdown parsers
13+
14+
### Changed
15+
16+
- improve documentation
17+
818
## [3.0.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.8.0...v3.0.0) - 2025-01-30
919

1020
### Added

lib/index.js

+1-1
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.0.0',
23+
version: '3.1.0',
2424
},
2525
rules,
2626
processors: {

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