Skip to content

Commit 28bdf9b

Browse files
committed
chore(release): v1.5.1 [skip ci]
1 parent 580b50d commit 28bdf9b

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.5.1](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.5.0...v1.5.1) (2025-04-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **readme:** update README and examples to include additional emphasis styles ([580b50d](https://github.com/JeelGajera/jspdf-md-renderer/commit/580b50dc21c0e5211aa23190e77579cb8d1e4e84))
7+
8+
9+
110
# [1.5.0](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.4.1...v1.5.0) (2025-04-12)
211

312

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

4251

4352

44-
## [1.2.3](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.2.2...v1.2.3) (2024-12-28)
45-
46-
47-
### Bug Fixes
48-
49-
* **list:** handle order and unorder list bulleting with start index ([518aa94](https://github.com/JeelGajera/jspdf-md-renderer/commit/518aa94e1e7f8262d23a4c0088e14ceb5fd181e4))
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.0",
3+
"version": "1.5.1",
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)