Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin Bottoms committed Aug 3, 2017
1 parent 5e76536 commit 314e086
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 0.7.*

### 0.10.0

* Add useExisting option
* Add tests for connection reuse
* Add bulkLoadTable option

### 0.9.1

* Only create xml when data is present
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": "seriate",
"version": "0.9.1",
"version": "0.10.0",
"description": "A cross platform module for Microsoft SQL Server that wraps node-mssql",
"main": "src/index.js",
"author": "LeanKit",
Expand Down

0 comments on commit 314e086

Please sign in to comment.