Skip to content

Commit e6d9be5

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.4.0
1 parent c7828b7 commit e6d9be5

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.4.0](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.3.0...v1.4.0) (2025-01-15)
2+
3+
4+
### Features
5+
6+
* **rendering:** add support for code block rendering with bg ([c7828b7](https://github.com/JeelGajera/jspdf-md-renderer/commit/c7828b7be26e453406f0607c44f0a6075bfbbd90))
7+
8+
9+
110
# [1.3.0](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.2.3...v1.3.0) (2025-01-04)
211

312

@@ -35,12 +44,3 @@
3544

3645

3746

38-
# [1.2.0](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.1.0...v1.2.0) (2024-12-16)
39-
40-
41-
### Features
42-
43-
* **scop:** update package name scope ([4cba74a](https://github.com/JeelGajera/jspdf-md-renderer/commit/4cba74a5d1f9756544d22517cfa90ae3bcab3cab))
44-
45-
46-

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.3.0",
3+
"version": "1.4.0",
44
"description": "A jsPDF utility to render Markdown directly into formatted PDFs with custom designs.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)