Skip to content

Commit 5ed7b4f

Browse files
chore(main): release 2.0.2 (#43)
🤖 I have created a release *beep* *boop* --- ## [2.0.2](v2.0.1...v2.0.2) (2026-03-19) ### Bug Fixes * **temple:** wrap [@app](https://github.com/app) in string in root layout template. ([#42](#42)) ([bfc660c](bfc660c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bfc660c commit 5ed7b4f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
33
}

CHANGELOG.md

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

3+
## [2.0.2](https://github.com/elixir-tools/tableau_new/compare/v2.0.1...v2.0.2) (2026-03-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **temple:** wrap [@app](https://github.com/app) in string in root layout template. ([#42](https://github.com/elixir-tools/tableau_new/issues/42)) ([bfc660c](https://github.com/elixir-tools/tableau_new/commit/bfc660cd95aff2e78ac72e4ed8bd1c89b787862f))
9+
310
## [2.0.1](https://github.com/elixir-tools/tableau_new/compare/v2.0.0...v2.0.1) (2025-08-27)
411

512

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: "2.0.1",
9+
version: "2.0.2",
1010
elixir: "~> 1.15",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)