Skip to content

Commit 1fa7852

Browse files
committed
chore: release main
1 parent 19496dc commit 1fa7852

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"packages/zotero-plugin-uts": "0.1.2",
99
"packages/react-share": "0.1.5",
1010
"packages/tems-trp-parser": "0.1.2",
11-
"packages/markdown": "0.1.6"
11+
"packages/markdown": "0.1.7"
1212
}

packages/markdown/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.7](https://github.com/gracefullight/pkgs/compare/@gracefullight/markdown@0.1.6...@gracefullight/markdown@0.1.7) (2026-04-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **markdown:** insert spaces around ** for CommonMark flanking fix ([19496dc](https://github.com/gracefullight/pkgs/commit/19496dc149a2cc8bb41c7fc02bdd94dc9db069d0))
9+
* **markdown:** use <strong> tags when CommonMark flanking rules fail ([aaeaf17](https://github.com/gracefullight/pkgs/commit/aaeaf17aeedb38fb2f58c89ec8468a728ba0a695))
10+
311
## [0.1.6](https://github.com/gracefullight/pkgs/compare/@gracefullight/markdown@0.1.5...@gracefullight/markdown@0.1.6) (2026-04-05)
412

513

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gracefullight/markdown",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Markdown preprocessing utilities for Korean text rendering",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)