Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Sep 17, 2024
1 parent d9f95d2 commit fe05b4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.1.2] - 2024-09-17

- feat: add support paragraphs in html table cells

## [0.1.1] - 2024-06-26

- fix: table header row with image crashed because of missing methods
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
md_to_pdf (0.1.1)
md_to_pdf (0.1.2)
color_conversion (~> 0.1)
front_matter_parser (~> 1.0)
json-schema (~> 4.3)
Expand All @@ -20,18 +20,18 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
ast (2.4.2)
color_conversion (0.1.1)
color_conversion (0.1.2)
diff-lcs (1.5.1)
front_matter_parser (1.0.1)
hashery (2.1.2)
json (2.7.1)
json-schema (4.3.0)
json-schema (4.3.1)
addressable (>= 2.8)
language_server-protocol (3.17.0.3)
markly (0.10.0)
markly (0.12.1)
matrix (0.4.2)
mini_portile2 (2.8.7)
nokogiri (1.16.6)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.24.0)
Expand All @@ -52,7 +52,7 @@ GEM
ttfunk (~> 1.7)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
public_suffix (6.0.0)
public_suffix (6.0.1)
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/md_to_pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MarkdownToPDF
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit fe05b4f

Please sign in to comment.