Skip to content

Commit

Permalink
chore(release): 7.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.3](7.0.2...7.0.3) (2023-07-22)

### Bug Fixes

* move return tag to tags with desc as name ([1dc8632](1dc8632))
* move todo to the tags without desc ([6805ba0](6805ba0))
* track tags that cannot be converted into sentences ([1d4167b](1d4167b))
  • Loading branch information
semantic-release-bot committed Jul 22, 2023
1 parent a70f6ae commit d00ac45
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [7.0.3](https://github.com/homer0/prettier-plugin-jsdoc/compare/7.0.2...7.0.3) (2023-07-22)


### Bug Fixes

* move return tag to tags with desc as name ([1dc8632](https://github.com/homer0/prettier-plugin-jsdoc/commit/1dc8632a0f3d434cf3a60805f05a848124c0c509))
* move todo to the tags without desc ([6805ba0](https://github.com/homer0/prettier-plugin-jsdoc/commit/6805ba093994e614e8ad587ada2053ed2b899da1))
* track tags that cannot be converted into sentences ([1d4167b](https://github.com/homer0/prettier-plugin-jsdoc/commit/1d4167b8ff48b8166e05b63004d199c77b55d43e))

## [7.0.2](https://github.com/homer0/prettier-plugin-jsdoc/compare/7.0.1...7.0.2) (2023-07-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@homer0/prettier-plugin-jsdoc",
"description": "A Prettier plugin to format JSDoc blocks",
"version": "7.0.2",
"version": "7.0.3",
"repository": "homer0/prettier-plugin-jsdoc",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
Expand Down

0 comments on commit d00ac45

Please sign in to comment.