Skip to content

Commit 59bd69f

Browse files
committed
Release version 2.2.2
1 parent 606c63d commit 59bd69f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Future improvements to this library are TBD at this time.
5656

5757
## Changelog
5858

59+
29 March 2022 - 2.2.2
60+
61+
* Patch jsn:delete to delete objects at end of path ([#43](https://github.com/nalundgaard/jsn/pull/43))
62+
5963
4 November 2020 - 2.2.1
6064

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

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.1"},
3+
{vsn, "2.2.2"},
44
{applications, [kernel,
55
stdlib
66
]},

0 commit comments

Comments
 (0)