We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a846a commit b044802Copy full SHA for b044802
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.4.1](https://github.com/elixir-tools/tableau_new/compare/v1.4.0...v1.4.1) (2025-03-18)
4
+
5
6
+### Bug Fixes
7
8
+* **tailwind:** remove js config file ([47a846a](https://github.com/elixir-tools/tableau_new/commit/47a846a5e4a0866628f4ceedf1cbe989d5366061))
9
10
## [1.4.0](https://github.com/elixir-tools/tableau_new/compare/v1.3.0...v1.4.0) (2025-03-11)
11
12
mix.exs
@@ -6,7 +6,7 @@ defmodule TableauNew.MixProject do
[
app: :tableau_new,
description: "Project generator for Tableau",
- version: "1.4.0",
+ version: "1.4.1",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
0 commit comments