Skip to content

Commit 579dc1f

Browse files
author
evilebottnawi
committed
chore: prepare 5.0.3 release
1 parent 06319d1 commit 579dc1f

File tree

6 files changed

+210
-199
lines changed

6 files changed

+210
-199
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ cache:
1717

1818
matrix:
1919
include:
20-
- node_js: '8'
20+
- node_js: '9'
2121
script: npm run pretest
2222
env: CI=pretest
23+
- node_js: '9'
24+
script: npm run test-only
25+
env: CI=tests 8
2326
- node_js: '8'
2427
script: npm run test-only
2528
env: CI=tests 8

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org).
66

7+
## 5.0.3 - 2018-01-16
8+
9+
* Chore: minimum required `cosmiconfig` version is now `^4.0.0`.
10+
711
## 5.0.2 - 2017-12-12
812

913
* Chore: minimum required `node-fs` version is now `^5.0.0`.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2016 itgalaxy, inc.
3+
Copyright (c) 2014-2018 itgalaxy, inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)