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="3.0.2"></a> 6## [3.0.2](https://github.com/npm/npm-pick-manifest/compare/v3.0.1...v3.0.2) (2019-08-30) 7 8 9 10<a name="3.0.1"></a> 11## [3.0.1](https://github.com/npm/npm-pick-manifest/compare/v3.0.0...v3.0.1) (2019-08-28) 12 13 14### Bug Fixes 15 16* throw 403 for forbidden major/minor versions ([003286e](https://github.com/npm/npm-pick-manifest/commit/003286e)), closes [#2](https://github.com/npm/npm-pick-manifest/issues/2) 17 18 19 20<a name="3.0.0"></a> 21# [3.0.0](https://github.com/npm/npm-pick-manifest/compare/v2.2.3...v3.0.0) (2019-08-20) 22 23 24### Features 25 26* throw forbidden error when package is blocked by policy ([ad2a962](https://github.com/npm/npm-pick-manifest/commit/ad2a962)), closes [#1](https://github.com/npm/npm-pick-manifest/issues/1) 27 28 29### BREAKING CHANGES 30 31* This adds a new error code when package versions are 32blocked. 33 34PR-URL: https://github.com/npm/npm-pick-manifest/pull/1 35Credit: @claudiahdz 36 37 38 39<a name="2.2.3"></a> 40## [2.2.3](https://github.com/npm/npm-pick-manifest/compare/v2.2.2...v2.2.3) (2018-10-31) 41 42 43### Bug Fixes 44 45* **enjoyBy:** rework semantics for enjoyBy again ([5e89b62](https://github.com/npm/npm-pick-manifest/commit/5e89b62)) 46 47 48 49<a name="2.2.2"></a> 50## [2.2.2](https://github.com/npm/npm-pick-manifest/compare/v2.2.1...v2.2.2) (2018-10-31) 51 52 53### Bug Fixes 54 55* **enjoyBy:** rework semantics for enjoyBy ([5684f45](https://github.com/npm/npm-pick-manifest/commit/5684f45)) 56 57 58 59<a name="2.2.1"></a> 60## [2.2.1](https://github.com/npm/npm-pick-manifest/compare/v2.2.0...v2.2.1) (2018-10-30) 61 62 63 64<a name="2.2.0"></a> 65# [2.2.0](https://github.com/npm/npm-pick-manifest/compare/v2.1.0...v2.2.0) (2018-10-30) 66 67 68### Bug Fixes 69 70* **audit:** npm audit fix --force ([d5ae6c4](https://github.com/npm/npm-pick-manifest/commit/d5ae6c4)) 71 72 73### Features 74 75* **enjoyBy:** add opts.enjoyBy option to filter versions by date ([0b8a790](https://github.com/npm/npm-pick-manifest/commit/0b8a790)) 76 77 78 79<a name="2.1.0"></a> 80# [2.1.0](https://github.com/npm/npm-pick-manifest/compare/v2.0.1...v2.1.0) (2017-10-18) 81 82 83### Features 84 85* **selection:** allow manually disabling deprecation skipping ([0d239d3](https://github.com/npm/npm-pick-manifest/commit/0d239d3)) 86 87 88 89<a name="2.0.1"></a> 90## [2.0.1](https://github.com/npm/npm-pick-manifest/compare/v2.0.0...v2.0.1) (2017-10-18) 91 92 93 94<a name="2.0.0"></a> 95# [2.0.0](https://github.com/npm/npm-pick-manifest/compare/v1.0.4...v2.0.0) (2017-10-03) 96 97 98### Bug Fixes 99 100* **license:** relicense project according to npm policy (#3) ([ed743a0](https://github.com/npm/npm-pick-manifest/commit/ed743a0)) 101 102 103### Features 104 105* **selection:** Avoid matching deprecated packages if possible ([3fc6c3a](https://github.com/npm/npm-pick-manifest/commit/3fc6c3a)) 106 107 108### BREAKING CHANGES 109 110* **selection:** deprecated versions may be skipped now 111* **license:** This moves the license from CC0 to ISC and properly documents the copyright as belonging to npm, Inc. 112 113 114 115<a name="1.0.4"></a> 116## [1.0.4](https://github.com/npm/npm-pick-manifest/compare/v1.0.3...v1.0.4) (2017-06-29) 117 118 119### Bug Fixes 120 121* **npa:** bump npa version for bugfixes ([7cdaca7](https://github.com/npm/npm-pick-manifest/commit/7cdaca7)) 122* **semver:** use loose semver parsing for *all* ops ([bbc0daa](https://github.com/npm/npm-pick-manifest/commit/bbc0daa)) 123 124 125 126<a name="1.0.3"></a> 127## [1.0.3](https://github.com/npm/npm-pick-manifest/compare/v1.0.2...v1.0.3) (2017-05-04) 128 129 130### Bug Fixes 131 132* **semver:** use semver.clean() instead ([f4133b5](https://github.com/npm/npm-pick-manifest/commit/f4133b5)) 133 134 135 136<a name="1.0.2"></a> 137## [1.0.2](https://github.com/npm/npm-pick-manifest/compare/v1.0.1...v1.0.2) (2017-05-04) 138 139 140### Bug Fixes 141 142* **picker:** spaces in `wanted` prevented match ([97a7d0a](https://github.com/npm/npm-pick-manifest/commit/97a7d0a)) 143 144 145 146<a name="1.0.1"></a> 147## [1.0.1](https://github.com/npm/npm-pick-manifest/compare/v1.0.0...v1.0.1) (2017-04-24) 148 149 150### Bug Fixes 151 152* **deps:** forgot to add semver ([1876f4f](https://github.com/npm/npm-pick-manifest/commit/1876f4f)) 153 154 155 156<a name="1.0.0"></a> 157# 1.0.0 (2017-04-24) 158 159 160### Features 161 162* **api:** initial implementation. ([b086912](https://github.com/npm/npm-pick-manifest/commit/b086912)) 163 164 165### BREAKING CHANGES 166 167* **api:** ex nihilo 168