1# Change Log 2 3All 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="1.1.8"></a> 6## [1.1.8](https://github.com/npm/bin-links/compare/v1.1.7...v1.1.8) (2020-03-24) 7 8 9 10<a name="1.1.7"></a> 11## [1.1.7](https://github.com/npm/bin-links/compare/v1.1.6...v1.1.7) (2019-12-26) 12 13 14### Bug Fixes 15 16* resolve folder that is passed in ([0bbd303](https://github.com/npm/bin-links/commit/0bbd303)) 17 18 19 20<a name="1.1.6"></a> 21## [1.1.6](https://github.com/npm/bin-links/compare/v1.1.5...v1.1.6) (2019-12-11) 22 23 24### Bug Fixes 25 26* prevent improper clobbering of man/bin links ([642cd18](https://github.com/npm/bin-links/commit/642cd18)), closes [#11](https://github.com/npm/bin-links/issues/11) [#12](https://github.com/npm/bin-links/issues/12) 27 28 29 30<a name="1.1.5"></a> 31## [1.1.5](https://github.com/npm/bin-links/compare/v1.1.4...v1.1.5) (2019-12-10) 32 33 34### Bug Fixes 35 36* don't filter out ./ man references ([b3cfd2e](https://github.com/npm/bin-links/commit/b3cfd2e)) 37 38 39 40<a name="1.1.4"></a> 41## [1.1.4](https://github.com/npm/bin-links/compare/v1.1.3...v1.1.4) (2019-12-09) 42 43 44### Bug Fixes 45 46* sanitize and validate bin and man link targets ([25a34f9](https://github.com/npm/bin-links/commit/25a34f9)) 47 48 49 50<a name="1.1.3"></a> 51## [1.1.3](https://github.com/npm/bin-links/compare/v1.1.2...v1.1.3) (2019-08-14) 52 53 54 55<a name="1.1.2"></a> 56## [1.1.2](https://github.com/npm/bin-links/compare/v1.1.1...v1.1.2) (2018-03-22) 57 58 59### Bug Fixes 60 61* **linkMans:** return the promise! ([5eccc7f](https://github.com/npm/bin-links/commit/5eccc7f)) 62 63 64 65<a name="1.1.1"></a> 66## [1.1.1](https://github.com/npm/bin-links/compare/v1.1.0...v1.1.1) (2018-03-07) 67 68 69### Bug Fixes 70 71* **shebangs:** only convert CR when doing CRLF -> LF ([#2](https://github.com/npm/bin-links/issues/2)) ([43bf857](https://github.com/npm/bin-links/commit/43bf857)) 72 73 74 75<a name="1.1.0"></a> 76# [1.1.0](https://github.com/npm/bin-links/compare/v1.0.0...v1.1.0) (2017-11-20) 77 78 79### Features 80 81* **dos2unix:** Log the fact line endings are being changed upon install. ([e9f8a6f](https://github.com/npm/bin-links/commit/e9f8a6f)) 82 83 84 85<a name="1.0.0"></a> 86# 1.0.0 (2017-10-07) 87 88 89### Features 90 91* **import:** initial extraction from npm ([6ed0bfb](https://github.com/npm/bin-links/commit/6ed0bfb)) 92* **initial commit:** README ([3fc9cf0](https://github.com/npm/bin-links/commit/3fc9cf0)) 93