Skip to content

Commit

Permalink
chore(release): v0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Mar 4, 2024
1 parent ba50a15 commit 8f14736
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.0.26] - 2024-02-15

- fix(tasklists): support nested tasklists and tasklist items with or without any text

## [0.0.25] - 2024-02-15

- feat(html table cell): better support for html lists
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
md_to_pdf (0.0.25)
md_to_pdf (0.0.26)
color_conversion (~> 0.1)
front_matter_parser (~> 1.0)
json-schema (~> 4.1)
markly (~> 0.10)
matrix (~> 0.4)
nokogiri (~> 1.16)
nokogiri (~> 1.1)
prawn (~> 2.4)
prawn-table (~> 0.2)
text-hyphen (~> 1.5)
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.0.25'
VERSION = '0.0.26'
end
2 changes: 1 addition & 1 deletion md_to_pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "json-schema", ["~> 4.1"]
s.add_runtime_dependency "markly", ["~> 0.10"]
s.add_runtime_dependency "matrix", ["~> 0.4"]
s.add_runtime_dependency "nokogiri", ["~> 1.16"]
s.add_runtime_dependency "nokogiri", ["~> 1.1"]
s.add_runtime_dependency "prawn", ["~> 2.4"]
s.add_runtime_dependency "prawn-table", ["~> 0.2"]
s.add_runtime_dependency "text-hyphen", ["~> 1.5"]
Expand Down

0 comments on commit 8f14736

Please sign in to comment.