Skip to content

Commit 6446997

Browse files
committed
chore: bump to 0.3.3
1 parent ff77f5c commit 6446997

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.3
2+
- Add docs
3+
14
## 0.3.2
25
- Add `t_ok_res` type for `:ok | {:error, ErrorMessage.t}`
36

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ErrorMessage.MixProject do
44
def project do
55
[
66
app: :error_message,
7-
version: "0.3.2",
7+
version: "0.3.3",
88
elixir: "~> 1.7",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)