Skip to content

Commit

Permalink
chore(release): v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 20, 2024
1 parent 6b2ee3b commit 3c0e823
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.2.2](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.2.1...v1.2.2) (2024-12-20)


### Bug Fixes

* **rendering:** support nested rendering for heading, paragraph & raw item components ([f428b13](https://github.com/JeelGajera/jspdf-md-renderer/commit/f428b13d8c461d2ea3b946d773eb77fb83d7598c))
* update md parser handlers to manage nested elements ([c7bc541](https://github.com/JeelGajera/jspdf-md-renderer/commit/c7bc541c4de7d6e169a6c5fc912f3683dd01ed84))



## [1.2.1](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.2.0...v1.2.1) (2024-12-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspdf-md-renderer",
"version": "1.2.1",
"version": "1.2.2",
"description": "A jsPDF utility to render Markdown directly into formatted PDFs with custom designs.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3c0e823

Please sign in to comment.