CHANGELOG.md
 1  # Change Log
 2  
 3  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.
 4  
 5  <a name="2.0.0"></a>
 6  # [2.0.0](https://github.com/yargs/require-main-filename/compare/v1.0.2...v2.0.0) (2019-01-28)
 7  
 8  
 9  ### Chores
10  
11  * drop support for Node 0.10 ([#11](https://github.com/yargs/require-main-filename/issues/11)) ([87f4e13](https://github.com/yargs/require-main-filename/commit/87f4e13))
12  
13  
14  ### BREAKING CHANGES
15  
16  * drop support for Node 0.10/0.12
17  
18  
19  
20  <a name="1.0.2"></a>
21  ## [1.0.2](https://github.com/yargs/require-main-filename/compare/v1.0.1...v1.0.2) (2017-06-16)
22  
23  
24  ### Bug Fixes
25  
26  * add files to package.json ([#4](https://github.com/yargs/require-main-filename/issues/4)) ([fa29988](https://github.com/yargs/require-main-filename/commit/fa29988))