Skip to content

Commit d4378b7

Browse files
chore(main): release 1.4.0 (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43ffe52 commit d4378b7

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/elixir-tools/tableau_new/compare/v1.3.0...v1.4.0) (2025-03-11)
4+
5+
6+
### Features
7+
8+
* add mix build alias ([43b3a0a](https://github.com/elixir-tools/tableau_new/commit/43b3a0a15db865fba135357790f1e52f0af1f2a9))
9+
* create my_site.gen.post task ([4e76589](https://github.com/elixir-tools/tableau_new/commit/4e7658912479ac23b947062e44c80801e80d1174))
10+
* generate _pages, _posts, and extra directories ([c1bc018](https://github.com/elixir-tools/tableau_new/commit/c1bc018d286a18359354afe0022b15f6ea005e20))
11+
* improve readme in generated project ([7fdfdc3](https://github.com/elixir-tools/tableau_new/commit/7fdfdc38d63a0cba89062b4d25216aa3204eacba))
12+
* **tailwind:** update to v4 ([43ffe52](https://github.com/elixir-tools/tableau_new/commit/43ffe522a6f0364609a4eb1ec1c707dab6cd807f))
13+
14+
15+
### Bug Fixes
16+
17+
* improve error handling on cli ([baa6290](https://github.com/elixir-tools/tableau_new/commit/baa6290f3cd2c728c81af9b530262133b0a76ee8))
18+
* **temple:** correctly create site name in title tag ([a792f77](https://github.com/elixir-tools/tableau_new/commit/a792f771013613394060e2d10b61991f450200a1))
19+
320
## [1.3.0](https://github.com/elixir-tools/tableau_new/compare/v1.2.1...v1.3.0) (2024-12-19)
421

522

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule TableauNew.MixProject do
66
[
77
app: :tableau_new,
88
description: "Project generator for Tableau",
9-
version: "1.3.0",
9+
version: "1.4.0",
1010
elixir: "~> 1.15",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)