Skip to content

Commit

Permalink
Updated version in files to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Nov 11, 2020
1 parent 8f4550a commit ef75a14
Show file tree
Hide file tree
Showing 7 changed files with 16,440 additions and 16,430 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.6.5 (11.11.2020)

- Fix: Do not include null in COUNT or AVG fixes #1251



### 0.6.4 (24.09.2020)

- Add: String and Number objects supported as values
Expand Down
10 changes: 7 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"CSV",
"worker"
],
"authors": ["Andrey Gershun <[email protected]>"],
"authors": [
"Andrey Gershun <[email protected]>"
],
"homepage": "alasql.org",
"repository": {
"type": "git",
Expand All @@ -40,7 +42,9 @@
"jison": "0.4.15",
"lodash": "3.7.0"
},
"main": ["./dist/alasql.min.js"],
"main": [
"./dist/alasql.min.js"
],
"ignore": [
"src",
"test",
Expand All @@ -53,5 +57,5 @@
"bin",
"lib"
],
"version": "0.6.4"
"version": "0.6.5"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alasql",
"description": "Use SQL to select and filter javascript data - including relational joins and search in nested objects (JSON). Export to and import from Excel and CSV",
"version": "0.6.4",
"version": "0.6.5",
"author": "Andrey Gershun <[email protected]>",
"contributors": [
"Mathias Rangel Wulff <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion test/coverage/coverage.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Thu Sep 24 2020 16:58:04 GMT+0200 (GMT+02:00)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Nov 11 2020 03:14:08 GMT+0100 (GMT+01:00)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
Loading

0 comments on commit ef75a14

Please sign in to comment.