We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f56adc commit e29e3beCopy full SHA for e29e3be
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [9.0.2](https://github.com/homer0/prettier-plugin-jsdoc/compare/9.0.1...9.0.2) (2024-05-28)
2
+
3
4
+### Bug Fixes
5
6
+* support links with custom labels ([cf8844e](https://github.com/homer0/prettier-plugin-jsdoc/commit/cf8844e0c1ad8b9bdacdd0ede05404879c15e21f))
7
8
## [9.0.1](https://github.com/homer0/prettier-plugin-jsdoc/compare/9.0.0...9.0.1) (2024-05-27)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "@homer0/prettier-plugin-jsdoc",
"description": "A Prettier plugin to format JSDoc blocks",
- "version": "9.0.1",
+ "version": "9.0.2",
"repository": "homer0/prettier-plugin-jsdoc",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
0 commit comments