From d363ceb0178f5e50dd490ea5aa0df6175d988eba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Oct 2024 14:26:52 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/XeicuLy/eslint-plugin-reactive-value-suffix/compare/v1.1.0...v2.0.0) (2024-10-10) ### Bug Fixes * **rule:** reverse isPropertyValue check logic in checkMemberExpression ([44a5bc8](https://github.com/XeicuLy/eslint-plugin-reactive-value-suffix/commit/44a5bc80349aa701c8df7dce005a9c4d310e5618)), closes [#37](https://github.com/XeicuLy/eslint-plugin-reactive-value-suffix/issues/37) ### BREAKING CHANGES * **rule:** The behavior of checkMemberExpression has changed.The rule now applies when isPropertyValue is false instead of true,which may affect logic dependent on this condition. This change is expected to ensure the plugin operates correctly as intended. --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237cd73..9a4bd6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.0.0](https://github.com/XeicuLy/eslint-plugin-reactive-value-suffix/compare/v1.1.0...v2.0.0) (2024-10-10) + + +### Bug Fixes + +* **rule:** reverse isPropertyValue check logic in checkMemberExpression ([44a5bc8](https://github.com/XeicuLy/eslint-plugin-reactive-value-suffix/commit/44a5bc80349aa701c8df7dce005a9c4d310e5618)), closes [#37](https://github.com/XeicuLy/eslint-plugin-reactive-value-suffix/issues/37) + + +### BREAKING CHANGES + +* **rule:** The behavior of checkMemberExpression has changed.The rule now applies when +isPropertyValue is false instead of true,which may affect logic dependent on this condition. This +change is expected to ensure the plugin operates correctly as intended. + # [1.1.0](https://github.com/XeicuLy/eslint-plugin-reactive-value-suffix/compare/v1.0.10...v1.1.0) (2024-10-01) diff --git a/package.json b/package.json index 17b9bc0..4a4a2fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-reactive-value-suffix", - "version": "1.1.0", + "version": "2.0.0", "description": "This ESLint plugin enforces adding `.value` when accessing reactive values in the Vue 3 Composition API.", "main": "dist/index.js", "files": [