Release 0.3.2 with heroicons 1.0.5
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 0.3.2 (2022-02-21)
|
||||
|
||||
### Enchancements
|
||||
- Update heroicons to 1.0.5 (https://github.com/mveytsman/heroicons_elixir/pull/8)
|
||||
|
||||
|
||||
## 0.3.1 (2022-02-15)
|
||||
|
||||
### Bug fixes
|
||||
|
@ -4,6 +4,8 @@
|
||||
|
||||
Heroicons are designed by [Steve Schoger](https://twitter.com/steveschoger)
|
||||
|
||||
Current Heroicons Version: **1.0.5**
|
||||
|
||||
## Installation
|
||||
|
||||
Add Heroicons to your `mix.exs`:
|
||||
@ -11,7 +13,7 @@ Add Heroicons to your `mix.exs`:
|
||||
```elixir
|
||||
defp deps do
|
||||
[
|
||||
{:heroicons, "~> 0.3.1"}
|
||||
{:heroicons, "~> 0.3.2"}
|
||||
]
|
||||
end
|
||||
```
|
||||
|
Reference in New Issue
Block a user