diff --git a/changelog.md b/changelog.md index 2542a62..eb21506 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,9 @@ +# v0.1.5 +- fix overflow on note/contexts/step contents + # v0.1.4 - fix docker-compose -- fix newlines in notes/context/step contents +- fix newlines in note/context/step contents - fix user invite page - improve tagging logic diff --git a/lib/memex_web/components/context_content.ex b/lib/memex_web/components/context_content.ex index 848dc5f..82dff97 100644 --- a/lib/memex_web/components/context_content.ex +++ b/lib/memex_web/components/context_content.ex @@ -12,7 +12,7 @@ defmodule MemexWeb.Components.ContextContent do ~H"""
1.14", elixirc_paths: elixirc_paths(Mix.env()), compilers: Mix.compilers(),