Skip to content

Commit

Permalink
chore(main): release 0.13.1 (#244)
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 4e8de14 commit 39fceeb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Main

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


### Bug Fixes

* add mathml tags to formatter ([4e8de14](https://github.com/mhanberg/temple/commit/4e8de1404a390d2ddbb419ff6af8784a7a9f316c))
* void foreign elements get self closing tags ([#243](https://github.com/mhanberg/temple/issues/243)) ([4e8de14](https://github.com/mhanberg/temple/commit/4e8de1404a390d2ddbb419ff6af8784a7a9f316c)), closes [#242](https://github.com/mhanberg/temple/issues/242)

## [0.13.0](https://github.com/mhanberg/temple/compare/v0.12.1...v0.13.0) (2024-10-17)


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

0 comments on commit 39fceeb

Please sign in to comment.