Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
wingyplus committed Jan 5, 2022
1 parent 1bb52dc commit fec0eb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.2.0 (2022-01-05)

* Keep json key order as it is.
* Insert final new line when formatting json file.

## v0.1.1 (2021-12-23)

* Drop support for `~j`.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule JsonFormatter.MixProject do
def project do
[
app: :json_formatter,
version: "0.1.1",
version: "0.2.0",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit fec0eb3

Please sign in to comment.