diff --git a/CHANGELOG.md b/CHANGELOG.md index 8622b23..1eac4b9 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.1](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.1.0...v1.1.1) (2023-10-07) + + +### Bug Fixes + +* export Options to better assist type checking for .prettierrc.js ([#210](https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/210)) ([77cf7af](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/77cf7af56d1170e9bcd848280c4ffaf8ced13f98)) + ## [1.1.0](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.0.5...v1.1.0) (2023-10-06) diff --git a/package.json b/package.json index 80863a8..d757843 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-jsdoc", - "version": "1.1.0", + "version": "1.1.1", "description": "A Prettier plugin to format JSDoc comments.", "private": false, "type": "module",