Skip to content

Commit 6afe701

Browse files
chore(main): release 0.14.0 (#52)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bbc702d commit 6afe701

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## [0.14.0](https://github.com/elixir-tools/tableau/compare/v0.13.0...v0.14.0) (2023-12-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* improve slug generation ([#51](https://github.com/elixir-tools/tableau/issues/51))
9+
10+
### Bug Fixes
11+
12+
* improve slug generation ([#51](https://github.com/elixir-tools/tableau/issues/51)) ([bbc702d](https://github.com/elixir-tools/tableau/commit/bbc702dcaf3fde50d73b851a2df07900400e0ef6))
13+
314
## [0.13.0](https://github.com/elixir-tools/tableau/compare/v0.12.0...v0.13.0) (2023-12-30)
415

516

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Tableau.MixProject do
88
app: :tableau,
99
description: "Static site generator for elixir",
1010
source_url: @source_url,
11-
version: "0.13.0",
11+
version: "0.14.0",
1212
elixir: "~> 1.12",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)