Skip to content

Commit

Permalink
Merge branch 'release/0.5.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Jan 21, 2020
2 parents f1d530f + 0d143b6 commit 8845103
Show file tree
Hide file tree
Showing 23 changed files with 84,807 additions and 187,006 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ language: node_js
node_js: # node plus all mentioned here: https://nodejs.org/en/about/releases/
- "node"
- "13"
- "12"
- "11"
- "12"
- "10"
- "8"


script: npm run test:only && npm test
script: npm run test-ci

after_success:
- npm run test:cover
- npm run test-cover
- bash <(curl -s https://codecov.io/bash)

sudo: false
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@



## 0.5.4 "Qom" (19.01.2020)

- Fix: QUART/MEDIAN/MIN/MAX on number/date/string


## 0.5.3 "Chabahar" (02.01.2020)

- Better: Support csv data from buffer
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"bin",
"lib"
],
"version": "0.5.3"
"version": "0.5.4"
}
Loading

0 comments on commit 8845103

Please sign in to comment.