Skip to content

Commit

Permalink
chore(release): 1.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.8](v1.0.7...v1.0.8) (2024-09-18)

### Bug Fixes

* **package:** remove "type" field from package.json ([1f98c7a](1f98c7a))
  • Loading branch information
semantic-release-bot committed Sep 18, 2024
1 parent 3168b5a commit 5b76426
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.8](https://github.com/XeicuLy/eslint-plugin-reactive-value-suffix/compare/v1.0.7...v1.0.8) (2024-09-18)


### Bug Fixes

* **package:** remove "type" field from package.json ([1f98c7a](https://github.com/XeicuLy/eslint-plugin-reactive-value-suffix/commit/1f98c7a79ac80ba1bc1abdb3c1dc997fa3c54e31))

## [1.0.7](https://github.com/XeicuLy/eslint-plugin-reactive-value-suffix/compare/v1.0.6...v1.0.7) (2024-09-18)

## [1.0.6](https://github.com/XeicuLy/eslint-plugin-reactive-value-suffix/compare/v1.0.5...v1.0.6) (2024-09-16)
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.0.7",
"version": "1.0.8",
"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 5b76426

Please sign in to comment.