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 fcd196e commit c8e3f59Copy full SHA for c8e3f59
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.1](https://github.com/elixir-tools/tableau_new/compare/v1.2.0...v1.2.1) (2024-10-13)
4
+
5
6
+### Bug Fixes
7
8
+* update reloader patterns ([fcd196e](https://github.com/elixir-tools/tableau_new/commit/fcd196eedab74e93dbc11c83e4ca7b24425a3f66))
9
10
## [1.2.0](https://github.com/elixir-tools/tableau_new/compare/v1.1.0...v1.2.0) (2024-06-18)
11
12
mix.exs
@@ -6,7 +6,7 @@ defmodule TableauNew.MixProject do
[
app: :tableau_new,
description: "Project generator for Tableau",
- version: "1.2.0",
+ version: "1.2.1",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
0 commit comments