Skip to content

Commit

Permalink
__SEMANTIC RELEASE VERSION UPDATE__
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI authored and Travis CI User committed Feb 19, 2018
1 parent 680750a commit 4c4f0d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# v5.1.1
## 19 Feb 2018 — 18:03:58 UTC

### fix

+ __MySQLGrammar:__ Default to CURRENT_TIMESTAMP for timestamp columns (#32) ([680750a](https://github.com/coldbox-modules/qb/commit/680750a9894c56271cc7748a6dc501c2c266ea85))

### other

+ __\*:__ Updated API Docs ([f78a21a](https://github.com/coldbox-modules/qb/commit/f78a21aaae8cb8fb1a475fa2f74acbafd506015f))


# v5.1.0
## 16 Feb 2018 — 22:23:59 UTC

Expand Down
4 changes: 2 additions & 2 deletions box.json
@@ -1,10 +1,10 @@
{
"name":"qb",
"version":"5.1.0",
"version":"5.1.1",
"author":"Eric Peterson",
"homepage":"https://github.com/coldbox-modules/qb",
"documentation":"https://github.com/coldbox-modules/qb",
"location":"coldbox-modules/qb#v5.1.0",
"location":"coldbox-modules/qb#v5.1.1",
"scripts":{
"generateAPIDocs":"docbox generate mapping=qb excludes=test|ModuleConfig strategy-outputDir=docs/apidocs strategy-projectTitle=qb",
"commitAPIDocs":"run-script generateAPIDocs && !git add docs/apidocs/* && !git commit -m 'Updated API Docs'",
Expand Down

0 comments on commit 4c4f0d5

Please sign in to comment.