From 5ea409ae87440e9e99e3004176473548a4d1c112 Mon Sep 17 00:00:00 2001 From: Robert Dober Date: Tue, 30 Nov 2021 08:43:15 +0100 Subject: [PATCH] Preparing rel 1.4.18 --- RELEASE.md | 4 +++- mix.exs | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index a8ec3c3..824abb3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,6 @@ -## 1.4.18/1.5.0 202?-??-?? +## 1.4.18 2021-11-30 + +- [5 Whitespace after closing ATX Headers](https://github.com/robertdober/earmark_parser/issues/5) - [40 Footnotes in lists](https://github.com/robertdober/earmark_parser/issues/40) diff --git a/mix.exs b/mix.exs index 9a3e83c..2cdcd0f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ -defmodule EarmarkParser.MixProject do + defmodule EarmarkParser.MixProject do use Mix.Project - @version "1.4.17" + @version "1.4.18" @url "https://github.com/RobertDober/earmark_parser" @deps [