Skip to content

Commit 9a96cef

Browse files
chore(release): 9.1.0 [skip ci]
# [9.1.0](9.0.2...9.1.0) (2024-11-09) ### Bug Fixes * add support for node version 22 ([9943109](9943109)) * update dependencies ([5294125](5294125)) ### Features * add option to ignore inline blocks when there are not tags ([0090712](0090712))
1 parent 0c80011 commit 9a96cef

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [9.1.0](https://github.com/homer0/prettier-plugin-jsdoc/compare/9.0.2...9.1.0) (2024-11-09)
2+
3+
4+
### Bug Fixes
5+
6+
* add support for node version 22 ([9943109](https://github.com/homer0/prettier-plugin-jsdoc/commit/9943109cb7f1355f603b5924196b6f4ad66415c4))
7+
* update dependencies ([5294125](https://github.com/homer0/prettier-plugin-jsdoc/commit/5294125c874b1c1ee9bd68a2c2e065fad169838b))
8+
9+
10+
### Features
11+
12+
* add option to ignore inline blocks when there are not tags ([0090712](https://github.com/homer0/prettier-plugin-jsdoc/commit/0090712cb6a9a0ee51fa289c67e554d9e237f8cf))
13+
114
## [9.0.2](https://github.com/homer0/prettier-plugin-jsdoc/compare/9.0.1...9.0.2) (2024-05-28)
215

316

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": "9.0.2",
4+
"version": "9.1.0",
55
"repository": "homer0/prettier-plugin-jsdoc",
66
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)