Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonmaur committed Apr 26, 2023
1 parent 615a0ad commit adb8779
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.0.1

- Use options instead of global config for path and attributes
- Add `:as` option for customizing component name

## v1.0.0

- Initial release 🎉
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule PhoenixSVG.MixProject do
def project do
[
app: :phoenix_svg,
version: "1.0.0",
version: "1.0.1",
elixir: "~> 1.13",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit adb8779

Please sign in to comment.