Skip to content

Commit f0a2081

Browse files
committed
Bump version number
1 parent 0f959e2 commit f0a2081

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ results
1313

1414
npm-debug.log
1515
node_modules
16+
17+
.idea/

HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
History
22
=======
33

4+
####2016-11-18 v0.1.15
5+
Allow extended operators to specify their own clean function @jake314159
6+
47
####2016-02-11 v0.1.14
58
Apply rename when using multiple filters @jake314159
69

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-queryfilter",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "Safely create a simple mongo query from a querystring collection to allow filtering",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)