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 fe341b5 commit 506b74cCopy full SHA for 506b74c
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.3.0](https://github.com/elixir-tools/tableau_new/compare/v1.2.1...v1.3.0) (2024-12-19)
4
+
5
6
+### Features
7
8
+* upgrade LiveView dependency ([#20](https://github.com/elixir-tools/tableau_new/issues/20)) ([fe341b5](https://github.com/elixir-tools/tableau_new/commit/fe341b59c900467c97bfd5337d319a40b0020751))
9
10
## [1.2.1](https://github.com/elixir-tools/tableau_new/compare/v1.2.0...v1.2.1) (2024-10-13)
11
12
mix.exs
@@ -6,7 +6,7 @@ defmodule TableauNew.MixProject do
[
app: :tableau_new,
description: "Project generator for Tableau",
- version: "1.2.1",
+ version: "1.3.0",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
0 commit comments