chore: updated changelog, added windows to travis build

This commit is contained in:
Gareth Jones 2019-08-23 08:25:42 +10:00
parent 0fcbb95a8e
commit 9f504ec92c
2 changed files with 10 additions and 4 deletions

View File

@ -1,9 +1,11 @@
language: node_js
dist: trusty
os:
- linux
- windows
sudo: false
node_js:
- '12'
- '10'
- '8'
- "12"
- "10"
- "8"
after_success:
- npm run codecov

View File

@ -1,5 +1,9 @@
# log4js-node changelog
## 5.1.0
- [Update streamroller to 2.1.0 (windows fixes)](https://github.com/log4js-node/log4js-node/pull/933)
## 5.0.0
- [Update streamroller to 2.0.0 (remove support for node v6)](https://github.com/log4js-node/log4js-node/pull/922)