Skip to content

Commit 14266ec

Browse files
committed
chore(release): bump version to 0.1.1
1 parent db3fb40 commit 14266ec

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v0.1.0...v0.1.1
4+
5+
[compare changes](https://github.com/favorodera/eslint-config/compare/v0.1.0...v0.1.1)
6+
7+
### Refactors
8+
9+
- **config:** Update linting and plugin settings ([db3fb40](https://github.com/favorodera/eslint-config/commit/db3fb40))
10+
11+
- Update tailwind plugin setting key
12+
- Reorder unicorn rules
13+
- Format package.json files array
14+
15+
### ❤️ Contributors
16+
17+
- Favour Emeka ([@favorodera](https://github.com/favorodera))
18+
19+
320
## v0.0.19...v0.1.0
421

522
[compare changes](https://github.com/favorodera/eslint-config/compare/v0.0.19...v0.1.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": "0.1.0",
4+
"version": "0.1.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)