From c71d6f84401db104603340ef534338fb60a8ab4f Mon Sep 17 00:00:00 2001 From: Alwin Arrasyid Date: Fri, 15 Sep 2017 07:48:03 +0700 Subject: [PATCH] Bump minor --- HISTORY.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 882755b..2728dc5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### [1.1.0] - 2017-09-15 + +#### Added +* Support for case insensitive search through `caseInsensitiveSearch` option. + ### [1.0.1] - 2016-09-20 #### Modified @@ -85,6 +90,7 @@ All notable changes to this project will be documented in this file. This projec * Options validation * Non alphanumeric string replacement +[1.1.0]: https://github.com/dycodedev/mongo-datatable/compare/1.0.1...1.1.0 [1.0.1]: https://github.com/dycodedev/mongo-datatable/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/dycodedev/mongo-datatable/compare/0.4.1...1.0.0 [0.4.1]: https://github.com/dycodedev/mongo-datatable/compare/0.4.0...0.4.1 diff --git a/package.json b/package.json index 09d9dbe..3923aff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongo-datatable", - "version": "1.0.1", + "version": "1.1.0", "description": "NodeJS module for server-side processing using jquery datatables and mongodb native driver.", "repository": { "type": "git",