Skip to content

Commit 18d27b5

Browse files
chore(main): release 1.2.0 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 74f0648 commit 18d27b5

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/elixir-tools/tableau_new/compare/v1.1.0...v1.2.0) (2024-06-18)
4+
5+
6+
### Features
7+
8+
* add PostLayout ([2e876f1](https://github.com/elixir-tools/tableau_new/commit/2e876f197d47bfe9bcef42cb43046c8156bb4ee5))
9+
* **temple:** post layout ([dc09c17](https://github.com/elixir-tools/tableau_new/commit/dc09c1786e0e329a6aabbd1ee2efc1e60a42c290))
10+
11+
12+
### Bug Fixes
13+
14+
* --version flag generates error in production ([#15](https://github.com/elixir-tools/tableau_new/issues/15)) ([#16](https://github.com/elixir-tools/tableau_new/issues/16)) ([74f0648](https://github.com/elixir-tools/tableau_new/commit/74f0648a85db8dca405f86f57dc1c220d49b204c))
15+
316
## [1.1.0](https://github.com/elixir-tools/tableau_new/compare/v1.0.2...v1.1.0) (2024-02-23)
417

518

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule TableauNew.MixProject do
66
[
77
app: :tableau_new,
88
description: "Project generator for Tableau",
9-
version: "1.1.0",
9+
version: "1.2.0",
1010
elixir: "~> 1.15",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)