Skip to content

Commit

Permalink
Bump v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jun 4, 2021
1 parent 540692f commit fb5f0a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

Nothing yet

## 0.6.2

### Bug fixes

- Compile void elements with zero attrs #135

## 0.6.1

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add `temple` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:temple, "~> 0.6.1"},
{:temple, "~> 0.6.2"},
{:phoenix_view, github: "phoenixframework/phoenix_view"},
{:phoenix_live_view, github: "phoenixframework/phoenix_live_view"} # currently requires an unreleased version of phoenix_live_view if you are using live view
]
Expand Down
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 Temple.MixProject do
app: :temple,
name: "Temple",
description: "An HTML DSL for Elixir and Phoenix",
version: "0.6.1",
version: "0.6.2",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.9",
Expand Down

0 comments on commit fb5f0a9

Please sign in to comment.