From 05b668cadb42890f6cbcb9037df453bd34d888fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:12:59 +0800 Subject: [PATCH] chore(main): release 1.1.4 (#8) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b13db..1d03b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.4](https://github.com/KarinJS/md-html/compare/v1.1.3...v1.1.4) (2024-09-16) + + +### Bug Fixes + +* 修正jsdoc注释显示错误 ([2e48729](https://github.com/KarinJS/md-html/commit/2e487294e538f08888d29d97600aeaf0307bc3a4)) + ## [1.1.3](https://github.com/KarinJS/md-html/compare/v1.1.2...v1.1.3) (2024-08-05) diff --git a/package.json b/package.json index 49b974d..5b44c55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@karinjs/md-html", - "version": "1.1.3", + "version": "1.1.4", "description": "Convert Markdown text to HTML text", "homepage": "https://github.com/KarinJS/md-html", "bugs": {