Skip to content

Commit 43e4fbc

Browse files
chore(main): release 0.14.3 (#65)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 357d0f9 commit 43e4fbc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.14.3](https://github.com/elixir-tools/tableau/compare/v0.14.2...v0.14.3) (2024-01-07)
4+
5+
6+
### Performance Improvements
7+
8+
* speed up page and post extensions ([#64](https://github.com/elixir-tools/tableau/issues/64)) ([357d0f9](https://github.com/elixir-tools/tableau/commit/357d0f9b2fb46be8cbb87793704a93c92b9130c6)), closes [#48](https://github.com/elixir-tools/tableau/issues/48)
9+
310
## [0.14.2](https://github.com/elixir-tools/tableau/compare/v0.14.1...v0.14.2) (2024-01-07)
411

512

mix.exs

Lines changed: 1 addition & 1 deletion
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.14.2",
11+
version: "0.14.3",
1212
elixir: "~> 1.12",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)