Skip to content

Commit 86700cc

Browse files
committed
Release 1.5.0.alpha.18
1 parent 9b48113 commit 86700cc

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This document provides a high-level view of the changes to the {project-name} by release.
66
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
77

8-
== Unreleased
8+
== 1.5.0.alpha.18 (2020-07-27) - @slonopotamus
99

1010
* remove <b> from chapter subtitle (#123)
1111
* improve tables support: cell content alignment, column width (#350)

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= {project-name}: A _native_ EPUB3 converter for AsciiDoc
22
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
3+
v1.5.0.alpha.18, 2020-07-27
34
// Settings:
45
:experimental:
56
:idprefix:

lib/asciidoctor-epub3/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Asciidoctor
44
module Epub3
5-
VERSION = '1.5.0.alpha.18.dev'
5+
VERSION = '1.5.0.alpha.18'
66
end
77
end

0 commit comments

Comments
 (0)