From 4c0b2f6fead8911f0f316361af426087d346ea66 Mon Sep 17 00:00:00 2001 From: Hossein Mohammadi Date: Fri, 1 Apr 2022 14:10:38 +0430 Subject: [PATCH] chore(release): 0.3.36 --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f50d5d5..3c5e5c3 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. +### [0.3.36](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.3.35...v0.3.36) (2022-04-01) + + +### Bug Fixes + +* link definition ([de27bd7](https://github.com/hosseinmd/prettier-plugin-jsdoc/commit/de27bd74313f7d855762a45ae961913d78deb31c)), closes [/github.com/hosseinmd/prettier-plugin-jsdoc/issues/158#issuecomment-1085504308](https://github.com/hosseinmd//github.com/hosseinmd/prettier-plugin-jsdoc/issues/158/issues/issuecomment-1085504308) + ### [0.3.35](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v0.3.34...v0.3.35) (2022-03-31) diff --git a/package.json b/package.json index e4aabed..4437793 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-jsdoc", - "version": "0.3.35", + "version": "0.3.36", "description": "A Prettier plugin to format JSDoc comments.", "private": false, "workspaces": { @@ -75,4 +75,4 @@ "engines": { "node": ">=12.0.0" } -} \ No newline at end of file +}