Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 0.5.0 [skip ci] #24

Merged
merged 2 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [0.5.0](https://github.com/VicSolWang/eslint-config-wzx-vue/compare/v0.4.1...v0.5.0) (2023-11-14)


### Bug Fixes

* modify test-release.yml to disable husky in CI ([37d280c](https://github.com/VicSolWang/eslint-config-wzx-vue/commit/37d280c83a2e89fabfc21e9d2c20d5144d28fce8))


### Features

* add new test rule ([65e68bb](https://github.com/VicSolWang/eslint-config-wzx-vue/commit/65e68bb7b7b97f919d61382d9623826f2790459b))
* add new vue test file ([4c2b5a6](https://github.com/VicSolWang/eslint-config-wzx-vue/commit/4c2b5a6d386b19ff64b07e7c2b9ad2f562bf20fa))
* change the entry file to es module ([3316666](https://github.com/VicSolWang/eslint-config-wzx-vue/commit/3316666cecb8aac20c7ec33eb7158722031ab1b6))
* change the test file to es module and use new flat eSLint config to test ([86d5a02](https://github.com/VicSolWang/eslint-config-wzx-vue/commit/86d5a02da6df03477c9f6300902d40435bcbea4d))
* modify engines, scripts, version add attributes such as files and type to package.json ([a9e7e22](https://github.com/VicSolWang/eslint-config-wzx-vue/commit/a9e7e22bf94f1ade421e1b352aa7b065fb1fab95))
* update package.json ([215dfa7](https://github.com/VicSolWang/eslint-config-wzx-vue/commit/215dfa7100544d4b560fab5e9dbf181f2450cad3))


### Performance Improvements

* use new eslint config ([ff6686c](https://github.com/VicSolWang/eslint-config-wzx-vue/commit/ff6686c3b2530851160ba67b2f680af00507080d))

## [0.4.1](https://github.com/VicSolWang/eslint-config-wzx-vue/compare/v0.4.0...v0.4.1) (2023-07-28)


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-wzx-vue",
"version": "0.4.1",
"version": "0.5.0",
"description": "The custom vue eslint rules based on eslint-config-wzx. (Follow airbnb-base and Support Typescript Eslint)",
"main": "index.js",
"files": [
Expand Down