Skip to content

Commit 46ba103

Browse files
author
Mikko Nylén
committed
Release version 0.1.1
1 parent 1331157 commit 46ba103

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 0.1.1
2+
3+
- matcher function now takes two parameters: `selection` and `parent`
4+
5+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "json-pick",
3-
"version" : "0.1.0",
3+
"version" : "0.1.1",
44
"description" : "pick(path, matcher)(data): pick values from JSON",
55
"keywords" : ["json", "object", "query"],
66
"bugs" : "https://github.com/mnylen/json-pick/issues",

0 commit comments

Comments
 (0)