Skip to content

Commit 8845103

Browse files
committed
Merge branch 'release/0.5.4'
2 parents f1d530f + 0d143b6 commit 8845103

23 files changed

+84807
-187006
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ language: node_js
88
node_js: # node plus all mentioned here: https://nodejs.org/en/about/releases/
99
- "node"
1010
- "13"
11-
- "12"
12-
- "11"
11+
- "12"
1312
- "10"
14-
- "8"
1513

1614

17-
script: npm run test:only && npm test
15+
script: npm run test-ci
1816

1917
after_success:
20-
- npm run test:cover
18+
- npm run test-cover
2119
- bash <(curl -s https://codecov.io/bash)
22-
20+
2321
sudo: false

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55

66

7+
## 0.5.4 "Qom" (19.01.2020)
8+
9+
- Fix: QUART/MEDIAN/MIN/MAX on number/date/string
10+
11+
712
## 0.5.3 "Chabahar" (02.01.2020)
813

914
- Better: Support csv data from buffer

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
"bin",
5454
"lib"
5555
],
56-
"version": "0.5.3"
56+
"version": "0.5.4"
5757
}

0 commit comments

Comments
 (0)