Skip to content

Commit

Permalink
2.1.27
Browse files Browse the repository at this point in the history
#### FIXED

- Error handling when YAML can't be processed
  • Loading branch information
ttscoff committed Dec 5, 2023
1 parent 2f5dfb5 commit 78104fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2.1.26

2.1.27
: Error handling when YAML can't be processed

2.1.25
: YAML loading issues caused by safe_load

Expand Down
2 changes: 1 addition & 1 deletion lib/mdless/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CLIMarkdown
VERSION = '2.1.26'
VERSION = '2.1.27'
end

0 comments on commit 78104fb

Please sign in to comment.