Skip to content

Commit

Permalink
chore: prepare 5.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed May 5, 2018
1 parent 026d783 commit 5fa4b57
Show file tree
Hide file tree
Showing 6 changed files with 1,176 additions and 1,646 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ cache:

matrix:
include:
- node_js: '9'
- node_js: '10'
script: npm run pretest
env: CI=pretest
- node_js: '9'
- node_js: '10'
script: npm run test-only
env: CI=tests 8
- node_js: '8'
Expand All @@ -35,4 +35,4 @@ matrix:
sudo: required

before_install:
- npm install -g npm@latest
- npm install -g npm@5
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## 5.0.6 - 2018-05-05

* Fix: throw error when `policy` option is `null`.
* Chore: minimum required `meow` version is now `^5.0.0`.
* Chore: minimum required `node-fs` version is now `^6.0.0`.

## 5.0.5 - 2018-03-28

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

0 comments on commit 5fa4b57

Please sign in to comment.