Skip to content

Commit 7d7e475

Browse files
committed
chore(release): v1.8.1 [skip ci]
1 parent 853f816 commit 7d7e475

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.8.1](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.8.0...v1.8.1) (2025-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* remove console logs ([853f816](https://github.com/JeelGajera/jspdf-md-renderer/commit/853f8160b6e273f12d021a5cb43f5f0d8c5c17ab))
7+
8+
9+
110
# [1.8.0](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.7.0...v1.8.0) (2025-06-08)
211

312

@@ -34,12 +43,3 @@
3443

3544

3645

37-
## [1.6.1](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.6.0...v1.6.1) (2025-05-03)
38-
39-
40-
### Bug Fixes
41-
42-
* **renderer:** adjust long text rendering and indentation for list items and raw items ([c18a0e9](https://github.com/JeelGajera/jspdf-md-renderer/commit/c18a0e9294cdb0c61eac73988253820822e9005e))
43-
44-
45-

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.8.0",
3+
"version": "1.8.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)