Skip to content

Commit 4225a1b

Browse files
chore(main): release 0.1.1 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab7d2bc commit 4225a1b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/elixir-tools/tableau/compare/v0.1.0...v0.1.1) (2023-06-13)
4+
5+
6+
### Bug Fixes
7+
8+
* only use ex_doc in dev ([ab7d2bc](https://github.com/elixir-tools/tableau/commit/ab7d2bccfb78dde9d7ab9d55bd7535e460f1ffa6))
9+
310
## v0.1.0
411

512
Initial Release

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

0 commit comments

Comments
 (0)