Skip to content

Commit

Permalink
chore(release): 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmd committed Oct 5, 2023
1 parent 9fbbe53 commit 9af289d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

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.

### [1.0.5](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.4...v1.0.5) (2023-10-05)


### Bug Fixes

* long union type ([4f9ba4c](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/4f9ba4c86089ec12fee6fac9ce014661352ebf28))
* new line between Default is ([9fbbe53](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/9fbbe530cfe196e736f931893282236e9b16b509))
* wrong remove intention, make unexpected issue ([de71607](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/de7160780d60baa6412db607888df39c79c31158))

### [1.0.4](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.3...v1.0.4) (2023-10-05)

### [1.0.3](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.2...v1.0.3) (2023-10-04)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-jsdoc",
"version": "1.0.4",
"version": "1.0.5",
"description": "A Prettier plugin to format JSDoc comments.",
"private": false,
"type": "module",
Expand Down

0 comments on commit 9af289d

Please sign in to comment.