Skip to content

Commit

Permalink
Fix changelog typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jun 18, 2021
1 parent 8685ade commit 90449b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Cldr_Currencies v2.10.1

This is the changelog for Cldr_Currencies v2.10.0 released on June 17th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_currencies/tags)

### Bug fixes

* Constrain `ex_doc` to `:dev` and `:release` environments only, and `:optional` to make sure.

## Cldr_Currencies v2.10.0

This is the changelog for Cldr_Currencies v2.10.0 released on June 17th, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_currencies/tags)
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Cldr.Currencies.MixProject do
use Mix.Project

@version "2.10.0"
@version "2.10.1"

def project do
[
Expand Down Expand Up @@ -40,7 +40,7 @@ defmodule Cldr.Currencies.MixProject do
[
{:ex_cldr, "~> 2.20"},
{:jason, "~> 1.0", optional: true},
{:ex_doc, "~> 0.18", runtime: false},
{:ex_doc, "~> 0.18", onley: [:dev, :release], runtime: false, optional: true},
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
{:benchee, "~> 1.0", only: :dev, optional: true}
]
Expand Down

0 comments on commit 90449b0

Please sign in to comment.