Skip to content

Commit

Permalink
Release version 2.2.1
Browse files Browse the repository at this point in the history
* Export 'json_map()' type, remove ifdef(TEST) logic (#39)
* EDoc fix (#38)
  • Loading branch information
nalundgaard committed Nov 4, 2020
1 parent c4b5e84 commit 4fe1217
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ Future improvements to this library are TBD at this time.

## Changelog

4 November 2020 - 2.2.1

* Export 'json_map()' type, remove ifdef(TEST) logic ([#39](https://github.com/nalundgaard/jsn/pull/39))
* Edoc fix ([#38](https://github.com/nalundgaard/jsn/pull/38))

9 June 2020 - 2.2.0

* Add `with/2` and `without/2` ([#36](https://github.com/nalundgaard/jsn/pull/36))
Expand Down
2 changes: 1 addition & 1 deletion src/jsn.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, jsn, [
{description, "Utilities for interacting with decoded JSON in erlang"},
{vsn, "2.2.0"},
{vsn, "2.2.1"},
{applications, [kernel,
stdlib
]},
Expand Down

0 comments on commit 4fe1217

Please sign in to comment.