From 7df4bd2fb78101fe58449b65ebcf77697ce4f7dd Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Sat, 7 Aug 2021 11:32:18 +1000 Subject: [PATCH] Version 11.0.2. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 09fd9d6..6e2fa09 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # jsdoc-md changelog -## Next +## 11.0.2 ### Patch diff --git a/package.json b/package.json index 71f5187..15c6bb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsdoc-md", - "version": "11.0.1", + "version": "11.0.2", "description": "A CLI and equivalent JS API to analyze source JSDoc and generate documentation under a given heading in a markdown file (such as readme.md).", "license": "MIT", "author": {