Skip to content

Commit 9f90ca1

Browse files
committed
chore(release): v1.6.0 [skip ci]
1 parent 12ad759 commit 9f90ca1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.6.0](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.5.1...v1.6.0) (2025-04-12)
2+
3+
4+
### Features
5+
6+
* **list-rendering:** improve nested list rendering and indentation in PDF output ([12ad759](https://github.com/JeelGajera/jspdf-md-renderer/commit/12ad75980ee3b0b958e1eef079abc3358ea0603d))
7+
8+
9+
110
## [1.5.1](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.5.0...v1.5.1) (2025-04-12)
211

312

@@ -41,12 +50,3 @@
4150

4251

4352

44-
# [1.3.0](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.2.3...v1.3.0) (2025-01-04)
45-
46-
47-
### Features
48-
49-
* **hr:** add horizontal rule rendering functionality ([843455e](https://github.com/JeelGajera/jspdf-md-renderer/commit/843455e557c6e5bbfbda1ada65c46a2a4108fc76))
50-
51-
52-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf-md-renderer",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "A jsPDF utility to render Markdown directly into formatted PDFs with custom designs.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)