Skip to content

Commit

Permalink
chore: prepare 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed May 11, 2018
1 parent c4a4b2b commit 72dd503
Show file tree
Hide file tree
Showing 7 changed files with 4,349 additions and 4,658 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ matrix:
fast_finish: true
include:
- os: linux
node_js: '9'
node_js: '8'
script: npm run $JOB_PART
env: JOB_PART=pretest
- os: linux
node_js: '9'
script: npm run $JOB_PART
env: JOB_PART=test-only
# - os: linux
# node_js: '10'
# script: npm run $JOB_PART
# env: JOB_PART=test-only
- os: linux
node_js: '8'
script: npm run $JOB_PART
Expand All @@ -40,5 +40,6 @@ before_install:
- nvm --version
- node --version
- npm --version

install:
- npm ci
- npm ci
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.

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

## 0.2.2 - 2018-05-11

* Fixed: protected close `chokidar` `watcher`, when `os` already kill `watcher`.

## 0.2.1 - 2018-03-30

* Fix: check if `watchFileSystem` is available.
* Fixed: check if `watchFileSystem` is available.

## 0.2.0 - 2018-03-27

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# What combinations to test
environment:
matrix:
- nodejs_version: 9
# - nodejs_version: 10
- nodejs_version: 8
- nodejs_version: 6

Expand Down

0 comments on commit 72dd503

Please sign in to comment.