Skip to content

Commit

Permalink
chore(release): v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwaltz committed Dec 7, 2024
1 parent 2192f1e commit c1751aa
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v0.0.6

[compare changes](https://github.com/danielwaltz/eslint-config/compare/v0.0.5...v0.0.6)

### 🚀 Enhancements

- Extend from sxzz eslint config ([2192f1e](https://github.com/danielwaltz/eslint-config/commit/2192f1e))

### 📖 Documentation

- Add eslint and prettier to installation command ([8b42bf0](https://github.com/danielwaltz/eslint-config/commit/8b42bf0))

### 🏡 Chore

- Add editorconfig ([2503c53](https://github.com/danielwaltz/eslint-config/commit/2503c53))
- Use package name import for project eslint config ([6756f9f](https://github.com/danielwaltz/eslint-config/commit/6756f9f))
- Update type assertions ([93159bc](https://github.com/danielwaltz/eslint-config/commit/93159bc))

### ❤️ Contributors

- Daniel Waltz ([@danielwaltz](http://github.com/danielwaltz))

## v0.0.5

[compare changes](https://github.com/danielwaltz/eslint-config/compare/v0.0.4...v0.0.5)
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": "@danielwaltz/eslint-config",
"version": "0.0.5",
"version": "0.0.6",
"packageManager": "[email protected]",
"type": "module",
"keywords": [
Expand Down

0 comments on commit c1751aa

Please sign in to comment.