Skip to content

Commit 28e31ec

Browse files
chore(main): release 0.14.1 (#263)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d16b312 commit 28e31ec

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.1](https://github.com/mhanberg/temple/compare/v0.14.0...v0.14.1) (2025-03-04)
6+
7+
8+
### Bug Fixes
9+
10+
* correctly use rest in components ([#266](https://github.com/mhanberg/temple/issues/266)) ([c772e2d](https://github.com/mhanberg/temple/commit/c772e2d37e4499c2816a5c88e3b98836fb218162))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* release 0.14.1 ([d16b312](https://github.com/mhanberg/temple/commit/d16b312978909ed97dd6bd795ecf9115714def1c))
16+
517
## [0.14.0](https://github.com/mhanberg/temple/compare/v0.13.1...v0.14.0) (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.14.0",
9+
version: "0.14.1",
1010
package: package(),
1111
elixirc_paths: elixirc_paths(Mix.env()),
1212
elixir: "~> 1.13",

0 commit comments

Comments
 (0)