Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.0...v2.0.0) (2024-10-10)

### Bug Fixes

* **rule:** reverse isPropertyValue check logic in checkMemberExpression ([44a5bc8](44a5bc8)), closes [#37](#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.
  • Loading branch information
semantic-release-bot committed Oct 10, 2024
1 parent a6144a9 commit d363ceb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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-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": [
Expand Down

0 comments on commit d363ceb

Please sign in to comment.