Skip to content

Commit cab8e4c

Browse files
committed
Bump minor version
While some queries will change behaviour, this should only affect previously unsupported ones and hence should not warrant a major version bump
1 parent 745e3af commit cab8e4c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.0
2+
### Added
3+
- Support for boolean expressions (https://github.com/gga/json-path/pull/16)
4+
15
## 2.1.0
26
### Added
37
- Support for nested array selection (https://github.com/gga/json-path/pull/14)

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject json-path "2.1.0"
1+
(defproject json-path "2.2.0"
22
:description "JSON Path for Clojure data structures"
33
:url "http://github.com/gga/json-path"
44
:license {:name "The MIT License"

0 commit comments

Comments
 (0)