Skip to content

Commit

Permalink
chore(main): release 0.27.4 (#250)
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 Jan 24, 2024
1 parent 14195bf commit 294beb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.27.4](https://github.com/township-agency/ex_teal/compare/v0.27.3...v0.27.4) (2024-01-24)


### Bug Fixes

* Embeds Many were crashing create forms ([#249](https://github.com/township-agency/ex_teal/issues/249)) ([14195bf](https://github.com/township-agency/ex_teal/commit/14195bfd1711acc36aae6c200327b74f5b6fcf5b))

## [0.27.3](https://github.com/township-agency/ex_teal/compare/v0.27.2...v0.27.3) (2023-11-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 ExTeal.MixProject do
def project do
[
app: :ex_teal,
version: "0.27.3",
version: "0.27.4",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit 294beb7

Please sign in to comment.