From b2d41c413db0832e9979f1fda4dca0d431a3e984 Mon Sep 17 00:00:00 2001 From: Eunkwang Shin <11773683+gracefullight@users.noreply.github.com> Date: Sun, 5 Apr 2026 17:05:41 +1000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- packages/markdown/CHANGELOG.md | 7 +++++++ packages/markdown/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4df0b02..86cccc7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,5 +8,5 @@ "packages/zotero-plugin-uts": "0.1.2", "packages/react-share": "0.1.5", "packages/tems-trp-parser": "0.1.2", - "packages/markdown": "0.1.4" + "packages/markdown": "0.1.5" } diff --git a/packages/markdown/CHANGELOG.md b/packages/markdown/CHANGELOG.md index 726cb97..be333f5 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/gracefullight/pkgs/compare/@gracefullight/markdown@0.1.4...@gracefullight/markdown@0.1.5) (2026-04-05) + + +### Bug Fixes + +* **markdown:** move trailing punctuation outside bold markers for Korean text ([162e5ee](https://github.com/gracefullight/pkgs/commit/162e5ee6b18a4817d7b786eec8ef267357c62431)) + ## [0.1.4](https://github.com/gracefullight/pkgs/compare/@gracefullight/markdown@0.1.3...@gracefullight/markdown@0.1.4) (2026-04-05) diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 5126a78..39196e9 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@gracefullight/markdown", - "version": "0.1.4", + "version": "0.1.5", "description": "Markdown preprocessing utilities for Korean text rendering", "type": "module", "main": "./dist/index.js",