Skip to content

Commit

Permalink
chore(release): v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 26, 2024
1 parent 0431414 commit efac731
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog


## v0.4.2

[compare changes](https://github.com/unjs/eslint-config/compare/v0.4.1...v0.4.2)

### 💅 Refactors

- Use `Linter.Config` as return type ([2cce21a](https://github.com/unjs/eslint-config/commit/2cce21a))
- Reflax markdown rules ([587c6a7](https://github.com/unjs/eslint-config/commit/587c6a7))

### 🏡 Chore

- Update deps ([c179c22](https://github.com/unjs/eslint-config/commit/c179c22))
- **release:** V0.4.1 ([a8fb144](https://github.com/unjs/eslint-config/commit/a8fb144))
- Update deps ([0431414](https://github.com/unjs/eslint-config/commit/0431414))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v0.4.1

[compare changes](https://github.com/unjs/eslint-config/compare/v0.4.0...v0.4.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-unjs",
"version": "0.4.1",
"version": "0.4.2",
"description": "ESLint config for unjs projects",
"repository": "unjs/eslint-config",
"license": "MIT",
Expand Down

0 comments on commit efac731

Please sign in to comment.