Skip to content

Commit

Permalink
chore(main): release 0.14.0 (#247)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 20, 2024
1 parent e79e6c7 commit 24bbe6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Main

## [0.14.0](https://github.com/mhanberg/temple/compare/v0.13.1...v0.14.0) (2024-10-20)


### Features

* allow component to declare let! parameter ([#245](https://github.com/mhanberg/temple/issues/245)) ([a18e6fe](https://github.com/mhanberg/temple/commit/a18e6fea31a70c91cf1a9ebd5548763487e0cc4d)), closes [#239](https://github.com/mhanberg/temple/issues/239)


### Bug Fixes

* allow normal list elements in class attr ([#246](https://github.com/mhanberg/temple/issues/246)) ([e79e6c7](https://github.com/mhanberg/temple/commit/e79e6c7564666a98804182d1373701adaf931434)), closes [#238](https://github.com/mhanberg/temple/issues/238)

## [0.13.1](https://github.com/mhanberg/temple/compare/v0.13.0...v0.13.1) (2024-10-20)


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",
version: "0.13.1",
version: "0.14.0",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.13",
Expand Down

0 comments on commit 24bbe6f

Please sign in to comment.