Skip to content

Commit

Permalink
Bump minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alwint3r committed Sep 15, 2017
1 parent 67e35a3 commit c71d6f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c71d6f8

Please # to comment.