We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b5e84 commit 4fe1217Copy full SHA for 4fe1217
README.md
@@ -54,6 +54,11 @@ Future improvements to this library are TBD at this time.
54
55
## Changelog
56
57
+4 November 2020 - 2.2.1
58
+
59
+* Export 'json_map()' type, remove ifdef(TEST) logic ([#39](https://github.com/nalundgaard/jsn/pull/39))
60
+* Edoc fix ([#38](https://github.com/nalundgaard/jsn/pull/38))
61
62
9 June 2020 - 2.2.0
63
64
* Add `with/2` and `without/2` ([#36](https://github.com/nalundgaard/jsn/pull/36))
src/jsn.app.src
@@ -1,6 +1,6 @@
1
{application, jsn, [
2
{description, "Utilities for interacting with decoded JSON in erlang"},
3
- {vsn, "2.2.0"},
+ {vsn, "2.2.1"},
4
{applications, [kernel,
5
stdlib
6
]},
0 commit comments