From a00f92edf5644beb1591febf2f0b7bbce7abcf58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:57:47 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac21aa4..ffbe3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/elixir-tools/tableau_new/compare/v1.4.1...v1.5.0) (2025-06-24) + + +### Features + +* update tableau, mdex, tailwind ([#26](https://github.com/elixir-tools/tableau_new/issues/26)) ([ecfb693](https://github.com/elixir-tools/tableau_new/commit/ecfb6938e7153ac0e2050dd37c72536bbef49021)) + ## [1.4.1](https://github.com/elixir-tools/tableau_new/compare/v1.4.0...v1.4.1) (2025-03-18) diff --git a/mix.exs b/mix.exs index 4aa82c7..a6c67af 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule TableauNew.MixProject do [ app: :tableau_new, description: "Project generator for Tableau", - version: "1.4.1", + version: "1.5.0", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps(),