From a991e7185192027a3be876144eb1e8ac899e64e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:49:12 -0400 Subject: [PATCH] chore(main): release 0.12.0 (#204) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ mix.exs | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7434a2c..a2d9b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## Main +## [0.12.0](https://github.com/mhanberg/temple/compare/v0.11.0...v0.12.0) (2023-06-13) + + +### ⚠ BREAKING CHANGES + +* configure runtime attributes function ([#202](https://github.com/mhanberg/temple/issues/202)) + +### Features + +* configure runtime attributes function ([#202](https://github.com/mhanberg/temple/issues/202)) ([dc57221](https://github.com/mhanberg/temple/commit/dc57221bc99e165530134559097b27b1dfe95dbe)) + + +### Bug Fixes + +* **docs:** typos ([7a50587](https://github.com/mhanberg/temple/commit/7a505875af6a1cee1536e516528f5be914df1f3f)) + ## v0.11.0 ### Breaking Changes diff --git a/mix.exs b/mix.exs index 1756c7a..88174ee 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Temple.MixProject do app: :temple, name: "Temple", description: "An HTML DSL for Elixir", - version: "0.11.0", + version: "0.12.0", package: package(), elixirc_paths: elixirc_paths(Mix.env()), elixir: "~> 1.13",