From 86817fbdb59cd6682f7a0957ef52b95ccfdce7d6 Mon Sep 17 00:00:00 2001 From: Max Veytsman Date: Tue, 15 Feb 2022 23:45:35 -0500 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1cf426f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## 0.3.1 (2022-02-15) + +### Bug fixes + - No longer issue warnings for using the components as functions (https://github.com/mveytsman/heroicons_elixir/issues/7) diff --git a/mix.exs b/mix.exs index 59ddb51..fce8b49 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule HeroiconsElixir.MixProject do def project do [ app: :heroicons, - version: "0.3.0", + version: "0.3.1", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, deps: deps(),