Skip to content

Commit 59d9844

Browse files
committed
chore: bumped version number to 3.2.0
1 parent 730cce7 commit 59d9844

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

+6
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.2.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v3.1.0...v3.2.0) - 2025-04-13
9+
10+
### Added
11+
12+
- add support for TypeScript declaration file
13+
814
## [3.1.0](https://github.com/dukeluo/eslint-plugin-check-file/compare/v3.0.0...v3.1.0) - 2025-02-16
915

1016
### Added

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Test Workflow Status][test-workflow-image]][workflow-url]
77
[![Test Coverage][test-coverage-image]][test-coverage-url]
88
[![Follow Author on X][x-follow-image]][x-follow-url]
9-
[<img src="https://api.gitsponsors.com/api/badge/img?id=439649936" height="20">](https://api.gitsponsors.com/api/badge/link?p=sWWrO/PDXbOZNiardp+OHaNz6UE+2Zpns/SZ+BJW5DKCJpv+39/7p5ee3SV24q2yEQvF9vHhsGs3enN4swtSQhVuXaBcXCJ9SQPi4u4lv4cwbzwb76zvwlIXy3gS6z+jhLF96Z+U8f3Rpr/QI2NLRA==)
109

1110
An ESLint plugin that enforces consistent naming conventions for files and folders in your project. It helps maintain a clean and organized codebase by allowing you to define and enforce specific patterns for filenames and directory structures.
1211

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.1.0',
23+
version: '3.2.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.1.0",
3+
"version": "3.2.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)