Skip to content

Commit 7e0a8d1

Browse files
authored
release: v2.9.20 changelog style polish, baseline-tag wording, fork footer (#24)
- Tighten the top-of-file labels legend. - Add a [2.9.20] Docs entry describing the rewrite. - Rewrite [1.0.0] and [0.0.2] bullets to make the metadata-only baseline tags explicit. - Append a fork-origin footer below the oldest entry.
1 parent 3992f51 commit 7e0a8d1

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
**Labels:** **Build**, **Chore**, **CI**, **Docs**, **Enhance**, **Feat**, **Fix**, **Perf**, **Revert**, **Sec**, **Style**; add **(WIP)** only for incomplete work.
3+
**Labels:** **Build**, **Chore**, **CI**, **Docs**, **Enhance**, **Feat**, **Fix**, **Perf**, **Revert**, **Sec**, **Style**; add **(WIP)** for incomplete work.
4+
5+
## [2.9.20] - 2026-05-08
6+
7+
- **Docs:** Tighten changelog header legend and rewrite vague historical entries in an action-first style.
48

59
## [2.9.19] - 2026-05-08
610

@@ -212,8 +216,12 @@
212216

213217
## [1.0.0] - 2025-06-24
214218

215-
- **Chore:** Create the 1.0.0 release tag on this fork.
219+
- **Chore:** Stamp the 1.0.0 baseline tag for the fork; no code change versus 0.0.2.
216220

217221
## [0.0.2] - 2025-06-24
218222

219-
- **Chore:** Create the 0.0.2 package metadata tag.
223+
- **Chore:** Stamp the 0.0.2 metadata baseline tag for the fork; no code change versus the upstream snapshot.
224+
225+
---
226+
227+
Forked from [realdennis/md2pdf](https://github.com/realdennis/md2pdf) (MIT) in April 2025; releases above cover this fork only.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md2pdf",
3-
"version": "2.9.19",
3+
"version": "2.9.20",
44
"description": "Mobile-friendly Markdown to PDF in your browser with GFM, syntax highlighting, and Mermaid. Works offline; nothing is uploaded for conversion. Fork of realdennis/md2pdf (MIT).",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)