Skip to content

Commit 2b05775

Browse files
author
Michael
committed
version 1.0.21
1 parent d31a1b7 commit 2b05775

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ The expected output.
348348
Enjoy!
349349
350350
## Changelog
351+
1.0.21 Uses loadash _get() for source traversal
351352
1.0.20 Correct documentation
352353
1.0.19 Update examples
353354
1.0.18 Introducing transformAsync which returns a promise.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-json-transform",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "A node module for transforming and performing operations on JSON.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)