Skip to content

Commit

Permalink
chore(master): release 1.0.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 29, 2023
1 parent 09ff00b commit 0feb81f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## 1.0.0 (2023-05-29)


### Features

* add @typescript-eslint/no-unused-vars ([7593fbf](https://github.com/ocavue/eslint-config/commit/7593fbfdb4e281a1da3548f9bd4b0acd81a7fafb))
* add eslint-plugin-import ([05162b2](https://github.com/ocavue/eslint-config/commit/05162b249fc86e0b876c8f405bb453fd302ca8ce))
* enable import/no-extraneous-dependencies ([5e41a5c](https://github.com/ocavue/eslint-config/commit/5e41a5c25cf477b30f63bbecee17d6b954f25a30))
* enable linebreak-style ([5848aa7](https://github.com/ocavue/eslint-config/commit/5848aa75d8b6d32119b7ccecf49dcee145a4a597))
* release packages ([247817b](https://github.com/ocavue/eslint-config/commit/247817b1397b6291b5c800435a23748075d535f7))
* rewrite with new flat ESLint config format ([#12](https://github.com/ocavue/eslint-config/issues/12)) ([09ff00b](https://github.com/ocavue/eslint-config/commit/09ff00bcf7322226182a484194b0ccbafa563421))
* turn off some ts rules ([61d55d7](https://github.com/ocavue/eslint-config/commit/61d55d782b8216fa70edda9488b2aeca34d7f9d5))


### Bug Fixes

* add back eslint-plugin-import ([ed3967f](https://github.com/ocavue/eslint-config/commit/ed3967f353555838bd0157ab9ca4518b5663482b))
* add missing dependencies ([70eaaa5](https://github.com/ocavue/eslint-config/commit/70eaaa50bb482ce3bd3575deb5e7b0011b417c7b))
* add missing imports ([c6f7931](https://github.com/ocavue/eslint-config/commit/c6f793125f7a9996fb2341458fa462399c60148f))
* correct the repository link in package.json ([#10](https://github.com/ocavue/eslint-config/issues/10)) ([4b5ad5e](https://github.com/ocavue/eslint-config/commit/4b5ad5e40459c470abb8fda326b76730f270d4a1))
* disable @typescript-eslint/no-extra-semi ([a9d0cf5](https://github.com/ocavue/eslint-config/commit/a9d0cf5ab14bfb2ab5810b26e591349cc6dda9d8))
* disable react/prop-types ([6ae02f0](https://github.com/ocavue/eslint-config/commit/6ae02f0f33cdde6204a8313250409553ac583eef))
* remove eslint-plugin-yml ([2b1d71b](https://github.com/ocavue/eslint-config/commit/2b1d71b31890052c36f6f4fbd34e5d1b183d973e))
* update dependencies ([b1c1738](https://github.com/ocavue/eslint-config/commit/b1c17382b337a31564b627776a44b6048efcfd6f))
* update react version ([c8f84b0](https://github.com/ocavue/eslint-config/commit/c8f84b00ded0cccf507114bfd6c9023e0ae03004))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ocavue/eslint-config",
"type": "module",
"version": "0.5.0-beta.5",
"version": "1.0.0",
"packageManager": "pnpm@8.5.1",
"description": "",
"author": "ocavue <ocavue@gmail.com>",
Expand Down

0 comments on commit 0feb81f

Please sign in to comment.