Skip to content

Commit f995463

Browse files
committed
chore(release): bump version to 1.0.1
1 parent cb90530 commit f995463

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## v1.0.0...v1.0.1
4+
5+
[compare changes](https://github.com/favorodera/eslint-config/compare/v1.0.0...v1.0.1)
6+
7+
### Refactors
8+
9+
- **config:** Centralize rule overrides ([cb90530](https://github.com/favorodera/eslint-config/commit/cb90530))
10+
11+
- Create disables.ts for centralized rule overrides
12+
- Remove scattered disable configs from sub-modules
13+
- Append disables to factory composer chain
14+
- Update codeInMdGlob pattern
15+
- Clean up issue template formatting
16+
17+
18+
### Documentation
19+
20+
- **template:** Update project name in bug report ([71c5c46](https://github.com/favorodera/eslint-config/commit/71c5c46))
21+
22+
### Chores
23+
24+
- **renovate:** Simplify configuration to base preset ([efa5f45](https://github.com/favorodera/eslint-config/commit/efa5f45))
25+
26+
### ❤️ Contributors
27+
28+
- Favour Emeka ([@favorodera](https://github.com/favorodera))
29+
30+
331
## v0.1.4...v1.0.0
432

533
[compare changes](https://github.com/favorodera/eslint-config/compare/v0.1.4...v1.0.0)

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@favorodera/eslint-config",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"private": false,
66
"packageManager": "pnpm@11.2.2",
77
"description": "Opinionated, type-safe flat ESLint configuration factory for Vue, TypeScript, Tailwind, and more.",
@@ -33,7 +33,9 @@
3333
"./package.json": "./package.json"
3434
},
3535
"types": "./dist/index.d.cts",
36-
"files": ["dist"],
36+
"files": [
37+
"dist"
38+
],
3739
"engines": {
3840
"node": ">=22.0.0",
3941
"pnpm": ">=11.0.0"

0 commit comments

Comments
 (0)