Skip to content

Commit

Permalink
chore(release): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jan 4, 2025
1 parent 843455e commit 295515b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
25 changes: 9 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.3.0](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.2.3...v1.3.0) (2025-01-04)


### Features

* **hr:** add horizontal rule rendering functionality ([843455e](https://github.com/JeelGajera/jspdf-md-renderer/commit/843455e557c6e5bbfbda1ada65c46a2a4108fc76))



## [1.2.3](https://github.com/JeelGajera/jspdf-md-renderer/compare/v1.2.2...v1.2.3) (2024-12-28)


Expand Down Expand Up @@ -35,19 +44,3 @@



# [1.1.0](https://github.com/JeelGajera/jspdf-md-renderer/compare/cdd227fac377a0a9aa34c8076d43cee76bc2de8e...v1.1.0) (2024-12-16)


### Bug Fixes

* heading & paragraph rendering ([f47da44](https://github.com/JeelGajera/jspdf-md-renderer/commit/f47da44e5b96d677e63b58c90bdf17e03031ab88))
* list & listitem recursive rendering ([74f06ed](https://github.com/JeelGajera/jspdf-md-renderer/commit/74f06edc5aa9a4e8bb06231b6208ced7bc9cb121))


### Features

* add example vite project & refactored package.json ([685b5e5](https://github.com/JeelGajera/jspdf-md-renderer/commit/685b5e5a9aa7c7728b1bf5f80325aee2def08473))
* Add parsing and rendering components for heading, paragraph, and list items ([cdd227f](https://github.com/JeelGajera/jspdf-md-renderer/commit/cdd227fac377a0a9aa34c8076d43cee76bc2de8e))



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.3",
"version": "1.3.0",
"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 295515b

Please sign in to comment.