Skip to content

Commit 0f83bef

Browse files
chore(main): release 0.19.0
1 parent 8b6ef6c commit 0f83bef

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.18.0"
2+
".": "0.19.0"
33
}

CHANGELOG.md

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

3+
## [0.19.0](https://github.com/elixir-tools/tableau/compare/v0.18.0...v0.19.0) (2024-11-10)
4+
5+
6+
### Features
7+
8+
* **pages, posts:** use custom converter in frontmatter ([#113](https://github.com/elixir-tools/tableau/issues/113)) ([e39efa4](https://github.com/elixir-tools/tableau/commit/e39efa42c5321ccb7f14384dc15e381bbda138af)), closes [#112](https://github.com/elixir-tools/tableau/issues/112)
9+
310
## [0.18.0](https://github.com/elixir-tools/tableau/compare/v0.17.1...v0.18.0) (2024-10-11)
411

512

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.18.0",
11+
version: "0.19.0",
1212
elixir: "~> 1.15",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)