Skip to content

Commit 183e30f

Browse files
committed
chore: release main
1 parent a2791b4 commit 183e30f

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.7"
11+
"packages/markdown": "0.1.8"
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.8](https://github.com/gracefullight/pkgs/compare/@gracefullight/markdown@0.1.7...@gracefullight/markdown@0.1.8) (2026-04-10)
4+
5+
6+
### Features
7+
8+
* **markdown:** add markdown analysis and safer preprocessing ([a2791b4](https://github.com/gracefullight/pkgs/commit/a2791b4ccdb1dc2489f586db6d1c2973b31c2189))
9+
310
## [0.1.7](https://github.com/gracefullight/pkgs/compare/@gracefullight/markdown@0.1.6...@gracefullight/markdown@0.1.7) (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.7",
3+
"version": "0.1.8",
44
"description": "Markdown preprocessing utilities for Korean text rendering",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)