Skip to content

Commit 75825ba

Browse files
committed
chore(release): 1.8.1
1 parent a8b84fe commit 75825ba

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.8.1](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.8.0...v1.8.1) (2026-05-26)
6+
7+
8+
### Bug Fixes
9+
10+
* handle parser re-entry from chaining plugins ([#262](https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/262)) ([a8b84fe](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/a8b84fe3a9e94d6655c8e4c288e1d925244e3644)), closes [#254](https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/254)
11+
* improve plugin search logic to prevent infinite recursion ([#255](https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/255)) ([7699758](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/7699758e78e6d9ecf7ca8eca9385b97cd717c01e))
12+
* respecting quote style in type imports ([#257](https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/257)) ([c930e0d](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/c930e0dbca86c3bae9e535b2721ae8b34b7c5084))
13+
514
## [1.8.0](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.7.1...v1.8.0) (2025-12-07)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-jsdoc",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "A Prettier plugin to format JSDoc comments.",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)