diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..47fb725 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3bbe8..b93e0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2](https://github.com/elixir-tools/tableau_new/compare/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](https://github.com/elixir-tools/tableau_new/issues/42)) ([bfc660c](https://github.com/elixir-tools/tableau_new/commit/bfc660cd95aff2e78ac72e4ed8bd1c89b787862f)) + ## [2.0.1](https://github.com/elixir-tools/tableau_new/compare/v2.0.0...v2.0.1) (2025-08-27) diff --git a/mix.exs b/mix.exs index 781af0d..df2b618 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule TableauNew.MixProject do [ app: :tableau_new, description: "Project generator for Tableau", - version: "2.0.1", + version: "2.0.2", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps(),