Skip to content

Commit

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

- Fix release pipeline to get version number correct in git release
- Changelog mismatch
  • Loading branch information
ttscoff committed Dec 4, 2023
1 parent 4975524 commit 3b0efa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
2.1.23
: Fix release pipeline to get version number correct in git release
: Changelog mismatch

2.1.22
: TaskPaper file with metadata causing negative argument error
: Remove `<br>` from metadata
: Fix release pipeline to get version number correct in git release2.1.17
: YAML metadata and negative line lengths

2.1.14
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.22'
VERSION = '2.1.23'
end

0 comments on commit 3b0efa1

Please sign in to comment.