Skip to content

Commit c91336b

Browse files
author
Jeff Kunkle
committed
Update docs for version 0.5.4
1 parent c47c747 commit c91336b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,8 @@ Fix:
162162

163163
Fix:
164164
- Fixed bug setting default values to values that are falsy #114 (via @wbrady)
165+
166+
## 0.5.4
167+
168+
Fix:
169+
- Add backticks to MySQL driver #114 (via @mstorgaard)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"sqlite",
1212
"mysql"
1313
],
14-
"version": "0.5.3",
14+
"version": "0.5.4",
1515
"engines": {
1616
"node": ">=0.6.0"
1717
},

0 commit comments

Comments
 (0)