We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfc916 commit a939465Copy full SHA for a939465
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
-## HEAD (unreleased)
+## v0.22.5 (2020-09-13)
4
+
5
+ * Bug fix
6
+ * Fix CSS bug on headings
7
8
## v0.22.4 (2020-09-12)
9
mix.exs
@@ -1,7 +1,7 @@
defmodule ExDoc.Mixfile do
use Mix.Project
- @version "0.22.4"
+ @version "0.22.5"
def project do
[
0 commit comments