Skip to content

Commit

Permalink
chore(main): release 0.27.7 (#255)
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 Feb 2, 2024
1 parent 778d0a9 commit 4fcb946
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.7](https://github.com/township-agency/ex_teal/compare/v0.27.6...v0.27.7) (2024-02-02)


### Bug Fixes

* Invalid EmbedsMany attrs when nested ([#254](https://github.com/township-agency/ex_teal/issues/254)) ([778d0a9](https://github.com/township-agency/ex_teal/commit/778d0a9ffb7202404a56b5d659d0cfd8113ce098))

## [0.27.6](https://github.com/township-agency/ex_teal/compare/v0.27.5...v0.27.6) (2024-01-24)


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.6",
version: "0.27.7",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit 4fcb946

Please sign in to comment.