From f4ae9d2e5c3d154c12506966d2ba81bf5a38b56c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Nov 2023 10:41:16 +0000 Subject: [PATCH] chore(release): 0.5.0 [skip ci] # [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)) --- docs/CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 022ecb3..38e9758 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index a87b422..37ab6da 100644 --- a/package.json +++ b/package.json @@ -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": [