From 4e96c5f2fa4edb30100ca0e46b2261fb7fbd1ff4 Mon Sep 17 00:00:00 2001 From: Eunkwang Shin <11773683+gracefullight@users.noreply.github.com> Date: Sun, 5 Apr 2026 14:44:51 +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 72c8af9..4df0b02 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.3" + "packages/markdown": "0.1.4" } diff --git a/packages/markdown/CHANGELOG.md b/packages/markdown/CHANGELOG.md index 071051b..726cb97 100644 --- a/packages/markdown/CHANGELOG.md +++ b/packages/markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/gracefullight/pkgs/compare/@gracefullight/markdown@0.1.3...@gracefullight/markdown@0.1.4) (2026-04-05) + + +### Bug Fixes + +* **markdown:** preserve strong rendering with Korean text ([9d34823](https://github.com/gracefullight/pkgs/commit/9d34823d138a73ce9601c4612af13d38b75942f5)) + ## [0.1.3](https://github.com/gracefullight/pkgs/compare/@gracefullight/markdown@0.1.2...@gracefullight/markdown@0.1.3) (2026-04-04) diff --git a/packages/markdown/package.json b/packages/markdown/package.json index e124b9b..5126a78 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@gracefullight/markdown", - "version": "0.1.3", + "version": "0.1.4", "description": "Markdown preprocessing utilities for Korean text rendering", "type": "module", "main": "./dist/index.js",