diff --git a/CHANGELOG.md b/CHANGELOG.md index 271cb9d..8622b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.0](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.5...v1.1.0) (2023-10-06) + + +### Features + +* jsdocCommentLineStrategy ([c4e4db5](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/c4e4db5a2e79ec24698d13df9d81034fb2a2d937)) + ### [1.0.5](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.4...v1.0.5) (2023-10-05) diff --git a/package.json b/package.json index 96c78a5..80863a8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-jsdoc", - "version": "1.0.5", + "version": "1.1.0", "description": "A Prettier plugin to format JSDoc comments.", "private": false, "type": "module",