Skip to content

Commit d00ac45

Browse files
chore(release): 7.0.3 [skip ci]
## [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))
1 parent a70f6ae commit d00ac45

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [7.0.3](https://github.com/homer0/prettier-plugin-jsdoc/compare/7.0.2...7.0.3) (2023-07-22)
2+
3+
4+
### Bug Fixes
5+
6+
* move return tag to tags with desc as name ([1dc8632](https://github.com/homer0/prettier-plugin-jsdoc/commit/1dc8632a0f3d434cf3a60805f05a848124c0c509))
7+
* move todo to the tags without desc ([6805ba0](https://github.com/homer0/prettier-plugin-jsdoc/commit/6805ba093994e614e8ad587ada2053ed2b899da1))
8+
* track tags that cannot be converted into sentences ([1d4167b](https://github.com/homer0/prettier-plugin-jsdoc/commit/1d4167b8ff48b8166e05b63004d199c77b55d43e))
9+
110
## [7.0.2](https://github.com/homer0/prettier-plugin-jsdoc/compare/7.0.1...7.0.2) (2023-07-19)
211

312

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@homer0/prettier-plugin-jsdoc",
33
"description": "A Prettier plugin to format JSDoc blocks",
4-
"version": "7.0.2",
4+
"version": "7.0.3",
55
"repository": "homer0/prettier-plugin-jsdoc",
66
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)