• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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="5.0.3"></a>
6## [5.0.3](https://github.com/npm/libnpmhook/compare/v5.0.2...v5.0.3) (2019-07-16)
7
8
9
10<a name="5.0.2"></a>
11## [5.0.2](https://github.com/npm/libnpmhook/compare/v5.0.1...v5.0.2) (2018-08-24)
12
13
14
15<a name="5.0.1"></a>
16## [5.0.1](https://github.com/npm/libnpmhook/compare/v5.0.0...v5.0.1) (2018-08-23)
17
18
19### Bug Fixes
20
21* **deps:** move JSONStream to prod deps ([bb63594](https://github.com/npm/libnpmhook/commit/bb63594))
22
23
24
25<a name="5.0.0"></a>
26# [5.0.0](https://github.com/npm/libnpmhook/compare/v4.0.1...v5.0.0) (2018-08-21)
27
28
29### Features
30
31* **api:** overhauled API ([46b271b](https://github.com/npm/libnpmhook/commit/46b271b))
32
33
34### BREAKING CHANGES
35
36* **api:** the API for ls() has changed, and rm() no longer errors on 404
37
38
39
40<a name="4.0.1"></a>
41## [4.0.1](https://github.com/npm/libnpmhook/compare/v4.0.0...v4.0.1) (2018-04-09)
42
43
44
45<a name="4.0.0"></a>
46# [4.0.0](https://github.com/npm/libnpmhook/compare/v3.0.1...v4.0.0) (2018-04-08)
47
48
49### meta
50
51* drop support for node 4 and 7 ([f2a301e](https://github.com/npm/libnpmhook/commit/f2a301e))
52
53
54### BREAKING CHANGES
55
56* node@4 and node@7 are no longer supported
57
58
59
60<a name="3.0.1"></a>
61## [3.0.1](https://github.com/npm/libnpmhook/compare/v3.0.0...v3.0.1) (2018-04-08)
62
63
64
65<a name="3.0.0"></a>
66# [3.0.0](https://github.com/npm/libnpmhook/compare/v2.0.1...v3.0.0) (2018-04-04)
67
68
69### add
70
71* guess type based on name ([9418224](https://github.com/npm/libnpmhook/commit/9418224))
72
73
74### BREAKING CHANGES
75
76* hook type is now based on name prefix
77
78
79
80<a name="2.0.1"></a>
81## [2.0.1](https://github.com/npm/libnpmhook/compare/v2.0.0...v2.0.1) (2018-03-16)
82
83
84### Bug Fixes
85
86* **urls:** was hitting the wrong URL endpoints ([10171a9](https://github.com/npm/libnpmhook/commit/10171a9))
87
88
89
90<a name="2.0.0"></a>
91# [2.0.0](https://github.com/npm/libnpmhook/compare/v1.0.0...v2.0.0) (2018-03-16)
92
93
94
95<a name="1.0.0"></a>
96# 1.0.0 (2018-03-16)
97
98
99### Features
100
101* **api:** baseline working api ([122658e](https://github.com/npm/npm-hooks/commit/122658e))
102