chore(package): re-init package with commitizen and standard-release

This commit is contained in:
Pavel Pertsev
2018-05-16 12:54:46 +03:00
parent cb4e7a5643
commit eaf2328575
10640 changed files with 609660 additions and 117 deletions

42
node_modules/dotgitignore/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,42 @@
# 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.
<a name="1.0.3"></a>
## [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))
<a name="1.0.2"></a>
## [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))
<a name="1.0.1"></a>
## [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))
<a name="1.0.0"></a>
# 1.0.0 (2018-01-02)
### Features
* initial implementation of library ([65246a1](https://github.com/bcoe/dotgitignore/commit/65246a1))