Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Twipped committed Oct 10, 2015
1 parent 1fed3f5 commit c107b4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
1.1.1 / 2015-10-10
==================

* Fixed a bug that would create a malformed query when inserting or updating a null value.

1.1.0 / 2015-02-06
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "queryize",
"version": "1.1.0",
"version": "1.1.1",
"description": "A no-frills chainable/fluent interface for constructing mutable MySQL queries with data binding/escapement.",
"main": "queryize.js",
"scripts": {
Expand Down

0 comments on commit c107b4e

Please sign in to comment.