Skip to content

Commit 7e9023e

Browse files
committed
Bump patch
1 parent 2e06870 commit 7e9023e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
### [1.0.1] - 2016-09-20
6+
7+
#### Modified
8+
* Fixed left curly braces
9+
510
### [1.0.0] - 2016-09-20
611

712
#### Modified
@@ -80,6 +85,7 @@ All notable changes to this project will be documented in this file. This projec
8085
* Options validation
8186
* Non alphanumeric string replacement
8287

88+
[1.0.1]: https://github.com/dycodedev/mongo-datatable/compare/1.0.0...1.0.1
8389
[1.0.0]: https://github.com/dycodedev/mongo-datatable/compare/0.4.1...1.0.0
8490
[0.4.1]: https://github.com/dycodedev/mongo-datatable/compare/0.4.0...0.4.1
8591
[0.4.0]: https://github.com/dycodedev/mongo-datatable/compare/0.3.1...0.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-datatable",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "NodeJS module for server-side processing using jquery datatables and mongodb native driver.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)