# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [2.0.1](https://github.com/tunnckocore/is-installed/compare/v2.0.0...v2.0.1) (2016-12-12) ### Bug Fixes * **appveyor:** force install npm globally ([bc490f1](https://github.com/tunnckocore/is-installed/commit/bc490f1)) * **package:** force update deps ([8612058](https://github.com/tunnckocore/is-installed/commit/8612058)) # [2.0.0](https://github.com/tunnckocore/is-installed/compare/v1.0.1...v2.0.0) (2016-12-11) ### Bug Fixes * **test.js:** codeclimate duplication issue ([9bef6db](https://github.com/tunnckocore/is-installed/commit/9bef6db)) ### Chores * **refactor:** update boilerplate; use promises; require node >=4 ([699f0d2](https://github.com/tunnckocore/is-installed/commit/699f0d2)) ### BREAKING CHANGES * refactor: require node >=4; use ES2015; add .sync method; default export is async now ## 1.0.1 - 2015-05-09 - Release v1.0.1 / npm@v1.0.1 - add related section - run update - apply feross/standard - bump deps ## 1.0.0 - 2015-04-18 - Release v1.0.0 / npm@v1.0.0 - run keywords(1) - bump deps ## 0.0.0 - 2015-04-18 - first commits