@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.74 to 0.30.75
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.30.75](https://github.com/cube-js/cube.js/compare/v0.30.74...v0.30.75) (2022-09-22) | ||
### Bug Fixes | ||
* **cubesql:** Allow interval sum chaining ([eabbdc2](https://github.com/cube-js/cube.js/commit/eabbdc27b2a4cd38b4b722ad0c63e2d698868742)) | ||
## [0.30.74](https://github.com/cube-js/cube.js/compare/v0.30.73...v0.30.74) (2022-09-20) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.74", | ||
"version": "0.30.75", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "5e3106342a834ac7138afc79da2242ac400beee6" | ||
"gitHead": "ae78a8d80115a61b688bba55ffcab5454d929616" | ||
} |
62558