Skip to content

Commit 5fa4b57

Browse files
author
evilebottnawi
committed
chore: prepare 5.0.6 release
1 parent 026d783 commit 5fa4b57

File tree

6 files changed

+1176
-1646
lines changed

6 files changed

+1176
-1646
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ cache:
1717

1818
matrix:
1919
include:
20-
- node_js: '9'
20+
- node_js: '10'
2121
script: npm run pretest
2222
env: CI=pretest
23-
- node_js: '9'
23+
- node_js: '10'
2424
script: npm run test-only
2525
env: CI=tests 8
2626
- node_js: '8'
@@ -35,4 +35,4 @@ matrix:
3535
sudo: required
3636

3737
before_install:
38-
- npm install -g npm@latest
38+
- npm install -g npm@5

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.6 - 2018-05-05
8+
9+
* Fix: throw error when `policy` option is `null`.
10+
* Chore: minimum required `meow` version is now `^5.0.0`.
11+
* Chore: minimum required `node-fs` version is now `^6.0.0`.
12+
713
## 5.0.5 - 2018-03-28
814

915
* Fix: allow empty values `Disallow` directive (according [official spec](http://www.robotstxt.org/orig.html)).

0 commit comments

Comments
 (0)