Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Dec 24, 2016
1 parent 167453c commit 6266c63
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog for [squel](https://github.com/hiddentao/squel)

## 24 Dec 2016 (5.5.1)
* #255, #283 - mixing flavours

## 15 Oct 2016 (5.5.0)
* #118 - pass extra formatting options (when available) to custom value handler
* #273 - parameterized `LIMIT` and `OFFSET` queries
Expand Down
2 changes: 1 addition & 1 deletion dist/squel-basic.js
Expand Up @@ -2964,7 +2964,7 @@ function _buildSquel() {
}(cls.QueryBuilder);

var _squel = {
VERSION: '5.5.0',
VERSION: '5.5.1',
flavour: flavour,
expr: function expr(options) {
return new cls.Expression(options);
Expand Down
2 changes: 1 addition & 1 deletion dist/squel-basic.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/squel.js
Expand Up @@ -2964,7 +2964,7 @@ function _buildSquel() {
}(cls.QueryBuilder);

var _squel = {
VERSION: '5.5.0',
VERSION: '5.5.1',
flavour: flavour,
expr: function expr(options) {
return new cls.Expression(options);
Expand Down
2 changes: 1 addition & 1 deletion dist/squel.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "squel",
"description": "SQL query string builder",
"version": "5.5.0",
"version": "5.5.1",
"author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
"contributors": [
"Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
Expand Down

0 comments on commit 6266c63

Please sign in to comment.