Skip to content

Commit f907563

Browse files
committed
chore: release main
1 parent 6deb5af commit f907563

3 files changed

Lines changed: 9 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.5"
11+
"packages/markdown": "0.1.6"
1212
}

packages/markdown/CHANGELOG.md

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

3+
## [0.1.6](https://github.com/gracefullight/pkgs/compare/@gracefullight/markdown@0.1.5...@gracefullight/markdown@0.1.6) (2026-04-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **markdown:** broaden trailing-punct lookahead to all word characters ([6deb5af](https://github.com/gracefullight/pkgs/commit/6deb5af34d790bdb53c69914632aa7cea0e39e3e))
9+
310
## [0.1.5](https://github.com/gracefullight/pkgs/compare/@gracefullight/markdown@0.1.4...@gracefullight/markdown@0.1.5) (2026-04-05)
411

512

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.5",
3+
"version": "0.1.6",
44
"description": "Markdown preprocessing utilities for Korean text rendering",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)