Release 0.3.1
This commit is contained in:
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal file
@ -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)
|
2
mix.exs
2
mix.exs
@ -4,7 +4,7 @@ defmodule HeroiconsElixir.MixProject do
|
|||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :heroicons,
|
app: :heroicons,
|
||||||
version: "0.3.0",
|
version: "0.3.1",
|
||||||
elixir: "~> 1.11",
|
elixir: "~> 1.11",
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
deps: deps(),
|
deps: deps(),
|
||||||
|
Reference in New Issue
Block a user