Include CHANGELOG in API documentation
This commit is contained in:
parent
8781470e2e
commit
a281394d9d
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -25,7 +25,7 @@ defmodule JSON.LD.Mixfile do
|
|||
main: "JSON.LD",
|
||||
source_url: @repo_url,
|
||||
source_ref: "v#{@version}",
|
||||
extras: ["README.md"]
|
||||
extras: ["README.md", "CHANGELOG.md"]
|
||||
],
|
||||
|
||||
# Dialyzer
|
||||
|
|
Loading…
Reference in a new issue