We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69d89b commit f966635Copy full SHA for f966635
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
3
-## 1.1.1. (10.07.2018)
+## 1.1.2 (19.10.2018)
4
+
5
+### Bug fixes
6
7
+* correctly handle the `pretty: false` option
8
+ ([ba318c8](https://github.com/michalmuskala/jason/commit/ba318c8)).
9
10
+## 1.1.1 (10.07.2018)
11
12
### Bug fixes
13
mix.exs
@@ -1,7 +1,7 @@
defmodule Jason.Mixfile do
use Mix.Project
- @version "1.1.1"
+ @version "1.1.2"
def project() do
[
0 commit comments