Skip to content

Commit 562f78c

Browse files
committed
chore(release): bump version to 1.0.2
1 parent 869ac92 commit 562f78c

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v1.0.1...v1.0.2
4+
5+
[compare changes](https://github.com/favorodera/eslint-config/compare/v1.0.1...v1.0.2)
6+
7+
### Fixed
8+
9+
- **pnpm:** Disable autofix for json-valid-catalog ([4214ffa](https://github.com/favorodera/eslint-config/commit/4214ffa))
10+
11+
- prevent unexpected modifications to catalog files
12+
13+
- **pnpm:** Disable automatic catalog enforcement fix ([869ac92](https://github.com/favorodera/eslint-config/commit/869ac92))
14+
15+
- Prevent unintended modifications to dependency files
16+
17+
### ❤️ Contributors
18+
19+
- Favour Emeka ([@favorodera](https://github.com/favorodera))
20+
21+
322
## v1.0.0...v1.0.1
423

524
[compare changes](https://github.com/favorodera/eslint-config/compare/v1.0.0...v1.0.1)

package.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "1.0.2",
55
"private": false,
66
"packageManager": "pnpm@11.2.2",
77
"description": "Opinionated, type-safe flat ESLint configuration factory for Vue, TypeScript, Tailwind, and more.",

0 commit comments

Comments
 (0)