Skip to content

Commit 24bbe6f

Browse files
chore(main): release 0.14.0 (#247)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e79e6c7 commit 24bbe6f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Main
44

5+
## [0.14.0](https://github.com/mhanberg/temple/compare/v0.13.1...v0.14.0) (2024-10-20)
6+
7+
8+
### Features
9+
10+
* 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)
11+
12+
13+
### Bug Fixes
14+
15+
* 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)
16+
517
## [0.13.1](https://github.com/mhanberg/temple/compare/v0.13.0...v0.13.1) (2024-10-20)
618

719

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Temple.MixProject do
66
app: :temple,
77
name: "Temple",
88
description: "An HTML DSL for Elixir",
9-
version: "0.13.1",
9+
version: "0.14.0",
1010
package: package(),
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
elixir: "~> 1.13",

0 commit comments

Comments
 (0)