Skip to content

Commit 4fe1217

Browse files
committed
Release version 2.2.1
* Export 'json_map()' type, remove ifdef(TEST) logic (#39) * EDoc fix (#38)
1 parent c4b5e84 commit 4fe1217

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ Future improvements to this library are TBD at this time.
5454

5555
## Changelog
5656

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+
5762
9 June 2020 - 2.2.0
5863

5964
* Add `with/2` and `without/2` ([#36](https://github.com/nalundgaard/jsn/pull/36))

src/jsn.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, jsn, [
22
{description, "Utilities for interacting with decoded JSON in erlang"},
3-
{vsn, "2.2.0"},
3+
{vsn, "2.2.1"},
44
{applications, [kernel,
55
stdlib
66
]},

0 commit comments

Comments
 (0)