Skip to content

Commit 008ae55

Browse files
committed
chore(release): 1.0.0
1 parent 5a816c9 commit 008ae55

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0.0](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.4.2...v1.0.0) (2023-07-19)
6+
7+
8+
### Features
9+
10+
* support prettier v3 ([#195](https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/195)) ([5a816c9](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/5a816c963775ecce6a0c291bb52c6b582a26ef98))
11+
12+
13+
### Bug Fixes
14+
15+
* tag group ([afd080b](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/afd080bebd4e5d485d61e184c1e921c6aca81f09))
16+
517
### [0.4.2](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.3.38...v0.4.2) (2022-08-24)
618

719
### Bug Fixes

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": "0.4.2",
3+
"version": "1.0.0",
44
"description": "A Prettier plugin to format JSDoc comments.",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)