# 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. ## [1.0.3](https://github.com/bcoe/dotgitignore/compare/v1.0.2...v1.0.3) (2018-01-03) ### Bug Fixes * minimatch dependency was missing ([4e60ac0](https://github.com/bcoe/dotgitignore/commit/4e60ac0)) ## [1.0.2](https://github.com/bcoe/dotgitignore/compare/v1.0.1...v1.0.2) (2018-01-03) ### Bug Fixes * support Node 4 ([23124c5](https://github.com/bcoe/dotgitignore/commit/23124c5)) ## [1.0.1](https://github.com/bcoe/dotgitignore/compare/v1.0.0...v1.0.1) (2018-01-02) ### Bug Fixes * actually return the instance ([b829078](https://github.com/bcoe/dotgitignore/commit/b829078)) * don't cache ([2367bed](https://github.com/bcoe/dotgitignore/commit/2367bed)) # 1.0.0 (2018-01-02) ### Features * initial implementation of library ([65246a1](https://github.com/bcoe/dotgitignore/commit/65246a1))