UNPKG

102 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
10## [v2.63.1](https://github.com/netlify/cli/compare/v2.63.0...v2.63.1) - 2020-09-15
11
12### Merged
13
14- fix(deps): update dependency @netlify/build to v4 [`#1238`](https://github.com/netlify/cli/pull/1238)
15- fix(deps): update dependency @netlify/config to v2.1.4 [`#1237`](https://github.com/netlify/cli/pull/1237)
16
17## [v2.63.0](https://github.com/netlify/cli/compare/v2.62.0...v2.63.0) - 2020-09-14
18
19### Merged
20
21- feat(command-dev): support Docusaurus V2 [`#1228`](https://github.com/netlify/cli/pull/1228)
22- fix(deps): update dependency @types/node to ^10.17.32 [`#1231`](https://github.com/netlify/cli/pull/1231)
23- chore(deps): update commitlint monorepo to v11 [`#1232`](https://github.com/netlify/cli/pull/1232)
24- chore(deps): update dependency gh-release to v4 [`#1233`](https://github.com/netlify/cli/pull/1233)
25- chore(deps): lock file maintenance [`#1235`](https://github.com/netlify/cli/pull/1235)
26
27### Commits
28
29- chore(release): 2.63.0 [`0a891ec`](https://github.com/netlify/cli/commit/0a891ec9b8f6c7e5353c14c915a0fd24e8508558)
30
31## [v2.62.0](https://github.com/netlify/cli/compare/v2.61.3...v2.62.0) - 2020-09-10
32
33### Merged
34
35- feat: proxy support [`#1215`](https://github.com/netlify/cli/pull/1215)
36
37### Commits
38
39- chore(release): 2.62.0 [`b06458f`](https://github.com/netlify/cli/commit/b06458fca975b7917fa607d237aec451243ecbfd)
40
41## [v2.61.3](https://github.com/netlify/cli/compare/v2.61.2...v2.61.3) - 2020-09-10
42
43### Merged
44
45- chore: fix release script [`#1223`](https://github.com/netlify/cli/pull/1223)
46- docs: use 'string' instead of 'option' in docs [`#1224`](https://github.com/netlify/cli/pull/1224)
47- chore: fix docs script in root folder [`#1222`](https://github.com/netlify/cli/pull/1222)
48- docs: move global flags to bottom [`#1219`](https://github.com/netlify/cli/pull/1219)
49- docs: fix path to root dir [`#1218`](https://github.com/netlify/cli/pull/1218)
50- chore: cleanup site scripts [`#1216`](https://github.com/netlify/cli/pull/1216)
51- fix(command-dev): change autoLaunch default to true [`#1211`](https://github.com/netlify/cli/pull/1211)
52- chore: use standard-version to increment versions [`#1214`](https://github.com/netlify/cli/pull/1214)
53- chore: add commit linting [`#1213`](https://github.com/netlify/cli/pull/1213)
54
55### Commits
56
57- chore(release): 2.61.3 [`1ee27c1`](https://github.com/netlify/cli/commit/1ee27c172d3408af97509bacfa34f8190bb0bcd6)
58- Revert "chore(release): 2.61.3" [`fa59969`](https://github.com/netlify/cli/commit/fa59969f6e0e6a4dee1c3222a6337994f8b3ee17)
59- chore(release): 2.61.3 [`d394270`](https://github.com/netlify/cli/commit/d3942707ac1f510b012fd48df11c637a23c7fc73)
60
61## [v2.61.2](https://github.com/netlify/cli/compare/v2.61.1...v2.61.2) - 2020-09-07
62
63### Merged
64
65- fix(command-dev): prevent Docusaurus from launching browser [`#1201`](https://github.com/netlify/cli/pull/1201)
66- fix(deps): update dependency @types/aws-lambda to ^8.10.62 [`#1203`](https://github.com/netlify/cli/pull/1203)
67- docs(command-functions): fix invoke example payload [`#1209`](https://github.com/netlify/cli/pull/1209)
68- fix(deps): update dependency node-fetch to ^2.6.1 [`#1206`](https://github.com/netlify/cli/pull/1206)
69- fix(deps): update dependency @types/node to ^10.17.29 [`#1204`](https://github.com/netlify/cli/pull/1204)
70- chore(deps): lock file maintenance [`#1208`](https://github.com/netlify/cli/pull/1208)
71
72## [v2.61.1](https://github.com/netlify/cli/compare/v2.61.0...v2.61.1) - 2020-09-06
73
74### Merged
75
76- fix(command-dev): pass functions server uri to traffic mesh [`#1197`](https://github.com/netlify/cli/pull/1197)
77
78## [v2.61.0](https://github.com/netlify/cli/compare/v2.60.1...v2.61.0) - 2020-09-02
79
80### Merged
81
82- feat: add traffic mesh proxy flag [`#1196`](https://github.com/netlify/cli/pull/1196)
83
84## [v2.60.1](https://github.com/netlify/cli/compare/v2.60.0...v2.60.1) - 2020-09-02
85
86### Merged
87
88- fix(command-env): handle non existing import file on node 8 [`#1195`](https://github.com/netlify/cli/pull/1195)
89
90## [v2.60.0](https://github.com/netlify/cli/compare/v2.59.3...v2.60.0) - 2020-09-02
91
92### Merged
93
94- feat(env): add command to list/get/set/import environment variables [`#1162`](https://github.com/netlify/cli/pull/1162)
95- fix(deps): update netlify packages [`#1192`](https://github.com/netlify/cli/pull/1192)
96- docs(fix): hide hidden command flags from docs [`#1190`](https://github.com/netlify/cli/pull/1190)
97- test: set random static server port for tests [`#1188`](https://github.com/netlify/cli/pull/1188)
98- fix(deps): update dependency random-item to v3 [`#1173`](https://github.com/netlify/cli/pull/1173)
99- ci: change limit to 30 minutes [`#1187`](https://github.com/netlify/cli/pull/1187)
100- fix(deps): update dependency read-pkg-up to v7 [`#1176`](https://github.com/netlify/cli/pull/1176)
101- ci: update node versions to 8,12,14 [`#1185`](https://github.com/netlify/cli/pull/1185)
102- chore(deps): ignore some more packages due to node 8 support [`#1184`](https://github.com/netlify/cli/pull/1184)
103
104## [v2.59.3](https://github.com/netlify/cli/compare/v2.59.2...v2.59.3) - 2020-08-31
105
106### Merged
107
108- fix(command-dev): make sure scheme is formatted right for redirector [`#1157`](https://github.com/netlify/cli/pull/1157)
109- fix(deps): update dependency uuid to v8 [`#1181`](https://github.com/netlify/cli/pull/1181)
110- fix(deps): update dependency apollo-server-lambda to ^2.17.0 [`#1166`](https://github.com/netlify/cli/pull/1166)
111- chore(deps): lock file maintenance [`#1183`](https://github.com/netlify/cli/pull/1183)
112
113## [v2.59.2](https://github.com/netlify/cli/compare/v2.59.1...v2.59.2) - 2020-08-30
114
115### Merged
116
117- fix(command-dev): Use 404.html page in publish folder [`#1159`](https://github.com/netlify/cli/pull/1159)
118- fix(deps): update dependency @netlify/build to v3.3.4 [`#1156`](https://github.com/netlify/cli/pull/1156)
119- fix(command-dev): return .html file when file and folder share name [`#1155`](https://github.com/netlify/cli/pull/1155)
120- fix(deps): update dependency @netlify/build to v3.3.3 [`#1154`](https://github.com/netlify/cli/pull/1154)
121- fix(deps): update dependency execa to v3 [`#1132`](https://github.com/netlify/cli/pull/1132)
122- fix: remove v from version string in package.json [`#1153`](https://github.com/netlify/cli/pull/1153)
123- fix(deps): update dependency http-proxy-middleware to v1 [`#1139`](https://github.com/netlify/cli/pull/1139)
124- fix(deps): update dependency log-symbols to v3 [`#1142`](https://github.com/netlify/cli/pull/1142)
125- fix(deps): update dependency cli-spinners to v2 [`#1129`](https://github.com/netlify/cli/pull/1129)
126- fix(deps): update netlify packages [`#1151`](https://github.com/netlify/cli/pull/1151)
127- fix(deps): update dependency find-up to v4 [`#1134`](https://github.com/netlify/cli/pull/1134)
128- fix(deps): update dependency ora to v4 [`#1145`](https://github.com/netlify/cli/pull/1145)
129- chore(deps): lock file maintenance [`#1149`](https://github.com/netlify/cli/pull/1149)
130- fix(deps): update dependency is-docker to v2 [`#1141`](https://github.com/netlify/cli/pull/1141)
131- fix(deps): update netlify packages [`#1150`](https://github.com/netlify/cli/pull/1150)
132- fix(deps): update dependency p-wait-for to v3 [`#1146`](https://github.com/netlify/cli/pull/1146)
133- refactor: clean up addEnvVariables function [`#1124`](https://github.com/netlify/cli/pull/1124)
134- fix(deps): update dependency axios to ^0.20.0 [`#1127`](https://github.com/netlify/cli/pull/1127)
135- chore: update issue templates [`#1090`](https://github.com/netlify/cli/pull/1090)
136- chore(deps): ignore major updates breaking node 8 support [`#1115`](https://github.com/netlify/cli/pull/1115)
137- chore(deps): update dependency strip-ansi to v6 [`#1107`](https://github.com/netlify/cli/pull/1107)
138- chore(deps): update dependency rimraf to v3 [`#1106`](https://github.com/netlify/cli/pull/1106)
139- chore(deps): update dependency eslint-plugin-node to v11 [`#1101`](https://github.com/netlify/cli/pull/1101)
140- chore(deps): update dependency markdown-magic to v1 [`#1103`](https://github.com/netlify/cli/pull/1103)
141- chore(deps): update dependency nyc to v15 [`#1104`](https://github.com/netlify/cli/pull/1104)
142- fix(deps): update dependency ansi-styles to v4 [`#1112`](https://github.com/netlify/cli/pull/1112)
143- chore(deps): update dependency eslint-config-prettier to v6 [`#1100`](https://github.com/netlify/cli/pull/1100)
144- chore(deps): update dependency auto-changelog to v2 [`#1097`](https://github.com/netlify/cli/pull/1097)
145- fix(deps): update dependency @types/aws-lambda to ^8.10.61 [`#1095`](https://github.com/netlify/cli/pull/1095)
146- chore(deps): lock file maintenance [`#1114`](https://github.com/netlify/cli/pull/1114)
147- fix(deps): update dependency @netlify/build to v3.3.0 [`#1089`](https://github.com/netlify/cli/pull/1089)
148
149### Commits
150
151- docs: fix sites:delete docs [`712bde2`](https://github.com/netlify/cli/commit/712bde2a6d95d88a31f20331e6f0cf20aab91128)
152
153## [v2.59.1](https://github.com/netlify/cli/compare/v2.59.0...v2.59.1) - 2020-08-13
154
155### Merged
156
157- test: prefix addons tests filename with 'command.' [`#1087`](https://github.com/netlify/cli/pull/1087)
158- fix(command-dev): handle missing content-type header [`#1083`](https://github.com/netlify/cli/pull/1083)
159- fix(dev-external-redirects): re-stream request body [`#1085`](https://github.com/netlify/cli/pull/1085)
160- fix(deps): update netlify packages [`#1086`](https://github.com/netlify/cli/pull/1086)
161- fix(deps): update netlify packages [`#1084`](https://github.com/netlify/cli/pull/1084)
162- chore(deps): lock file maintenance [`#1082`](https://github.com/netlify/cli/pull/1082)
163- chore(deps): update node.js to >=v12.18.3 [`#1077`](https://github.com/netlify/cli/pull/1077)
164- chore(deps): group netlify packages updates [`#1073`](https://github.com/netlify/cli/pull/1073)
165- fix(deps): update dependency update-notifier to v4 [`#1074`](https://github.com/netlify/cli/pull/1074)
166- chore(deps): upgrade Netlify Build [`#1072`](https://github.com/netlify/cli/pull/1072)
167- Simplify detectors a little more [`#1069`](https://github.com/netlify/cli/pull/1069)
168- Remove detectors code that is not currently working [`#1068`](https://github.com/netlify/cli/pull/1068)
169
170## [v2.59.0](https://github.com/netlify/cli/compare/v2.58.0...v2.59.0) - 2020-08-03
171
172### Merged
173
174- test: refactor build tests [`#1066`](https://github.com/netlify/cli/pull/1066)
175- Simplify default `devConfig.command` assignment [`#1067`](https://github.com/netlify/cli/pull/1067)
176- Simplify Netlify Dev `assignLoudly` [`#1065`](https://github.com/netlify/cli/pull/1065)
177- test: refactor tests [`#1040`](https://github.com/netlify/cli/pull/1040)
178- chore(docs-site): update site dependencies and enforce linting [`#1053`](https://github.com/netlify/cli/pull/1053)
179- fix(deps): update dependency serverless-http to ^1.10.1 [`#1061`](https://github.com/netlify/cli/pull/1061)
180- fix(deps): update dependency sendmail to v1.6.1 [`#1060`](https://github.com/netlify/cli/pull/1060)
181- fix(deps): update dependency apollo-server-lambda to ^2.16.1 [`#1057`](https://github.com/netlify/cli/pull/1057)
182- fix(deps): update dependency typescript to ^3.9.7 [`#1062`](https://github.com/netlify/cli/pull/1062)
183- chore(deps): lock file maintenance [`#1064`](https://github.com/netlify/cli/pull/1064)
184- refactor: improve Netlify Dev command parsing [`#1051`](https://github.com/netlify/cli/pull/1051)
185- refactor: simplify `assignLoud()` function [`#1050`](https://github.com/netlify/cli/pull/1050)
186- refactor: simplify `console.log()` statement [`#1049`](https://github.com/netlify/cli/pull/1049)
187- refactor: simplify some code in Netlify Dev [`#1048`](https://github.com/netlify/cli/pull/1048)
188- refactor: simplify Netlify Dev detectors `env` [`#1046`](https://github.com/netlify/cli/pull/1046)
189- refactor: remove dead code `urlRegexp` [`#1045`](https://github.com/netlify/cli/pull/1045)
190- refactor: simplify `port` in Netlify Dev [`#1044`](https://github.com/netlify/cli/pull/1044)
191- chore: remove azure pipeline files [`#1042`](https://github.com/netlify/cli/pull/1042)
192- chore(deps): remove unused dev dependencies [`#1039`](https://github.com/netlify/cli/pull/1039)
193- ci(chore): auto label PRs [`#1037`](https://github.com/netlify/cli/pull/1037)
194- chore(linting): update eslint to v6 and fix errors [`#1033`](https://github.com/netlify/cli/pull/1033)
195- fix(deps): update dependency passport-github2 to ^0.1.12 [`#1027`](https://github.com/netlify/cli/pull/1027)
196- fix(deps): update dependency passport to ^0.4.1 [`#1026`](https://github.com/netlify/cli/pull/1026)
197- fix(deps): update dependency node-fetch to ^2.6.0 [`#1025`](https://github.com/netlify/cli/pull/1025)
198- fix(deps): update dependency morgan to ^1.10.0 [`#1024`](https://github.com/netlify/cli/pull/1024)
199- Upgrade Netlify Build [`#1030`](https://github.com/netlify/cli/pull/1030)
200- fix(deps): update dependency graphql-tools to ^4.0.8 [`#1021`](https://github.com/netlify/cli/pull/1021)
201- fix(deps): update dependency http-proxy-middleware to ^0.21.0 [`#1022`](https://github.com/netlify/cli/pull/1022)
202- fix(deps): update dependency @types/node to ^10.17.28 [`#1018`](https://github.com/netlify/cli/pull/1018)
203- chore(deps): lock file maintenance [`#1028`](https://github.com/netlify/cli/pull/1028)
204- chore: Revert "Test on Node 14 (#1014)" [`#1016`](https://github.com/netlify/cli/pull/1016)
205- Test on Node 14 [`#1014`](https://github.com/netlify/cli/pull/1014)
206- Upgrade Netlify Build [`#1012`](https://github.com/netlify/cli/pull/1012)
207- Remove `dependency-cruiser` [`#1013`](https://github.com/netlify/cli/pull/1013)
208- fix(deps): update dependency axios to v0.19.2 [`#999`](https://github.com/netlify/cli/pull/999)
209- fix(deps): update dependency @types/node to ^10.17.27 [`#998`](https://github.com/netlify/cli/pull/998)
210- fix(deps): update dependency @types/aws-lambda to ^8.10.59 [`#997`](https://github.com/netlify/cli/pull/997)
211- chore(deps): update dependency markdown-magic to ^0.2.0 [`#992`](https://github.com/netlify/cli/pull/992)
212- fix(deps): update dependency @sanity/client to ^0.147.3 [`#996`](https://github.com/netlify/cli/pull/996)
213- fix(deps): update dependency bad-words to ^3.0.3 [`#1000`](https://github.com/netlify/cli/pull/1000)
214- fix(deps): update dependency body-parser to ^1.19.0 [`#1001`](https://github.com/netlify/cli/pull/1001)
215- fix(deps): update dependency cookie-parser to ^1.4.5 [`#1004`](https://github.com/netlify/cli/pull/1004)
216- fix(deps): update dependency express to ^4.17.1 [`#1005`](https://github.com/netlify/cli/pull/1005)
217- fix(deps): update dependency faunadb to ^2.14.2 [`#1006`](https://github.com/netlify/cli/pull/1006)
218- fix(deps): update apollo graphql packages [`#995`](https://github.com/netlify/cli/pull/995)
219- chore(deps): lock file maintenance [`#1007`](https://github.com/netlify/cli/pull/1007)
220- fix(deps): update dependency cookie to ^0.4.1 [`#1003`](https://github.com/netlify/cli/pull/1003)
221- chore(deps): update node.js to >=v8.17.0 [`#994`](https://github.com/netlify/cli/pull/994)
222- Pass site or siteId to @netlify/config [`#1008`](https://github.com/netlify/cli/pull/1008)
223- fix(function-builder): report build errors [`#988`](https://github.com/netlify/cli/pull/988)
224- chore(deps): lock file maintenance [`#987`](https://github.com/netlify/cli/pull/987)
225- Upgrade Netlify Build [`#985`](https://github.com/netlify/cli/pull/985)
226- chore(deps): improve renovate config [`#984`](https://github.com/netlify/cli/pull/984)
227- docs: fix typos in netlify-dev.md [`#983`](https://github.com/netlify/cli/pull/983)
228- feat(functions): mock identity response with properly-shaped data [`#603`](https://github.com/netlify/cli/pull/603)
229
230## [v2.58.0](https://github.com/netlify/cli/compare/v2.57.0...v2.58.0) - 2020-07-06
231
232### Merged
233
234- Functions: Handle query parameters correctly [`#976`](https://github.com/netlify/cli/pull/976)
235- fixes #977 change request body validation [`#978`](https://github.com/netlify/cli/pull/978)
236- Deploy: Force async on large deployments [`#966`](https://github.com/netlify/cli/pull/966)
237- Use base64 encoding for binary types [`#975`](https://github.com/netlify/cli/pull/975)
238- fix: wait for chokidar ready event before listening to function builder src dir [`#974`](https://github.com/netlify/cli/pull/974)
239
240### Fixed
241
242- fixes #977 change request body validation (#978) [`#977`](https://github.com/netlify/cli/issues/977) [`#977`](https://github.com/netlify/cli/issues/977)
243
244## [v2.57.0](https://github.com/netlify/cli/compare/v2.56.0...v2.57.0) - 2020-07-01
245
246### Merged
247
248- Dev: Fix false positives for Netlify Forms [`#973`](https://github.com/netlify/cli/pull/973)
249
250## [v2.56.0](https://github.com/netlify/cli/compare/v2.55.0...v2.56.0) - 2020-06-30
251
252### Merged
253
254- Improve how the project root is resolved [`#953`](https://github.com/netlify/cli/pull/953)
255
256### Commits
257
258- Dont format docs [`6c650ec`](https://github.com/netlify/cli/commit/6c650ecbde18aaeefc25dabbefdd4231638ec689)
259
260## [v2.55.0](https://github.com/netlify/cli/compare/v2.54.0...v2.55.0) - 2020-06-30
261
262### Merged
263
264- Fix requests hanging when function not found [`#965`](https://github.com/netlify/cli/pull/965)
265- Add `--debug` CLI flag [`#964`](https://github.com/netlify/cli/pull/964)
266- Upgrade Netlify Build [`#957`](https://github.com/netlify/cli/pull/957)
267- chore: fix fossa [`#956`](https://github.com/netlify/cli/pull/956)
268- github tools: add fossa license scanning [`#927`](https://github.com/netlify/cli/pull/927)
269- Fix checks for "command" and "dir" combination [`#936`](https://github.com/netlify/cli/pull/936)
270- Dev: Dont force redirect on internal URL's [`#949`](https://github.com/netlify/cli/pull/949)
271- Fix query param and headers behavior [`#938`](https://github.com/netlify/cli/pull/938)
272- Add support for form submissions [`#780`](https://github.com/netlify/cli/pull/780)
273
274### Commits
275
276- Formatting [`7aa525b`](https://github.com/netlify/cli/commit/7aa525b9e09297ad01815c3520002113254d6383)
277- Dont format .md files [`d63e839`](https://github.com/netlify/cli/commit/d63e839432222d7fe6abccee2140f68fbf36128e)
278
279## [v2.54.0](https://github.com/netlify/cli/compare/v2.53.0...v2.54.0) - 2020-06-15
280
281### Merged
282
283- Upgrade Netlify Build [`#946`](https://github.com/netlify/cli/pull/946)
284- Deploy: Rename --branch to --alias [`#943`](https://github.com/netlify/cli/pull/943)
285- Bump websocket-extensions from 0.1.3 to 0.1.4 in /site [`#942`](https://github.com/netlify/cli/pull/942)
286- Update Functions Docs to Include Functions Domain [`#944`](https://github.com/netlify/cli/pull/944)
287- Fix shadowing of files when request has query params [`#940`](https://github.com/netlify/cli/pull/940)
288- Correction in docs [`#929`](https://github.com/netlify/cli/pull/929)
289
290### Commits
291
292- Formatting [`4526c6f`](https://github.com/netlify/cli/commit/4526c6f4ca969d4effd591982ba56477ba73d41a)
293- Update README.md [`4285208`](https://github.com/netlify/cli/commit/4285208c58551c463ece8f91af161db5db22ec24)
294- Add script to install test deps [`5c19a7b`](https://github.com/netlify/cli/commit/5c19a7bab1f48b4a7962a2a89621b3fc6d5114f0)
295
296## [v2.53.0](https://github.com/netlify/cli/compare/v2.52.0...v2.53.0) - 2020-06-03
297
298### Merged
299
300- Add support for branch deploys [`#907`](https://github.com/netlify/cli/pull/907)
301- Upgrade Netlify Build [`#934`](https://github.com/netlify/cli/pull/934)
302- Dev: Pass query params in redirect and rewrites [`#931`](https://github.com/netlify/cli/pull/931)
303
304### Commits
305
306- test:format [`6eed719`](https://github.com/netlify/cli/commit/6eed719934c0a69da1771d5f2be4b6c4617555ac)
307
308## [v2.52.0](https://github.com/netlify/cli/compare/v2.51.0...v2.52.0) - 2020-05-26
309
310### Merged
311
312- Fix CI tests failing [`#926`](https://github.com/netlify/cli/pull/926)
313- docs: add build command doc for repo + cli.netlify.com [`#879`](https://github.com/netlify/cli/pull/879)
314- Upgrade Netlify Build [`#925`](https://github.com/netlify/cli/pull/925)
315- Update Netlify Dev docs [`#917`](https://github.com/netlify/cli/pull/917)
316- test: move CRA test app install from github action to test setup [`#913`](https://github.com/netlify/cli/pull/913)
317- Improve dev and CRA tests logic [`#918`](https://github.com/netlify/cli/pull/918)
318- style: format files and enforce it in tests [`#915`](https://github.com/netlify/cli/pull/915)
319- fix: use named Octokit import [`#910`](https://github.com/netlify/cli/pull/910)
320- Dev: Dont add dots when waiting for port [`#905`](https://github.com/netlify/cli/pull/905)
321- Improve Netlify Dev config and docs [`#902`](https://github.com/netlify/cli/pull/902)
322- Rename proxyPort to frameworkPort [`#900`](https://github.com/netlify/cli/pull/900)
323- Improve error when cant connect to targetPort [`#899`](https://github.com/netlify/cli/pull/899)
324
325## [v2.51.0](https://github.com/netlify/cli/compare/v2.50.0...v2.51.0) - 2020-05-12
326
327### Merged
328
329- Fix netlify dev --live [`#897`](https://github.com/netlify/cli/pull/897)
330- More redirect and rewrite fixes [`#885`](https://github.com/netlify/cli/pull/885)
331- Add .env files support fo `netlify dev:exec` [`#895`](https://github.com/netlify/cli/pull/895)
332- Add support for .env.development file [`#894`](https://github.com/netlify/cli/pull/894)
333- Watch: Init if not linked [`#845`](https://github.com/netlify/cli/pull/845)
334- Update syntax for functions:invoke --payload [`#892`](https://github.com/netlify/cli/pull/892)
335- Upgrade strip-ansi-control-characters [`#887`](https://github.com/netlify/cli/pull/887)
336- Rules proxy improvements [`#881`](https://github.com/netlify/cli/pull/881)
337
338### Commits
339
340- Add empty .env in dummy-site [`19c2a7b`](https://github.com/netlify/cli/commit/19c2a7b27f5e8ec792f98f2d4c99334320a094b9)
341
342## [v2.50.0](https://github.com/netlify/cli/compare/v2.49.0...v2.50.0) - 2020-05-06
343
344### Merged
345
346- Fix redirect parsing issues [`#880`](https://github.com/netlify/cli/pull/880)
347
348### Commits
349
350- Update test names [`2a1d458`](https://github.com/netlify/cli/commit/2a1d458b0f9fc0c40e79f9eea92cc36f059cf6cd)
351- Dev: Add test for / [`b2cc71d`](https://github.com/netlify/cli/commit/b2cc71dfcc7d6297a93986a6ebe835928859029e)
352
353## [v2.49.0](https://github.com/netlify/cli/compare/v2.48.0...v2.49.0) - 2020-05-05
354
355### Merged
356
357- functions:invoke: Fix config problems by adding port flag [`#878`](https://github.com/netlify/cli/pull/878)
358- GitHub Actions debug [`#875`](https://github.com/netlify/cli/pull/875)
359- Allow users to unlock deployments while deploying [`#844`](https://github.com/netlify/cli/pull/844)
360- Fixed some documentation typos in netlify-dev.md. [`#871`](https://github.com/netlify/cli/pull/871)
361- Upgrade Netlify Build [`#874`](https://github.com/netlify/cli/pull/874)
362- Netlify Dev: Add framework = "#custom" option [`#843`](https://github.com/netlify/cli/pull/843)
363- Fix typo. [`#873`](https://github.com/netlify/cli/pull/873)
364- Use .app for the site's name suggestion message. [`#864`](https://github.com/netlify/cli/pull/864)
365- Upgrade `zip-it-and-ship-it` [`#867`](https://github.com/netlify/cli/pull/867)
366- Upgrade Netlify Build [`#866`](https://github.com/netlify/cli/pull/866)
367- Run Prettier [`#861`](https://github.com/netlify/cli/pull/861)
368- Upgrade Netlify Build [`#860`](https://github.com/netlify/cli/pull/860)
369
370### Commits
371
372- Test CRA: Use npm instead of yarn [`4eb20cd`](https://github.com/netlify/cli/commit/4eb20cdeacc8df8bca1cf6db8a497904a5b13751)
373- GH Actions: Steamline tests [`9de46c4`](https://github.com/netlify/cli/commit/9de46c460830e73b75663fd31380ef951cbff8cf)
374- Improve a log [`55c2992`](https://github.com/netlify/cli/commit/55c2992649fe398480524be8f90779343be8ade0)
375
376## [v2.48.0](https://github.com/netlify/cli/compare/v2.47.0...v2.48.0) - 2020-04-24
377
378### Merged
379
380- Make sure `siteId` and `token` are defined with `netlify build` [`#856`](https://github.com/netlify/cli/pull/856)
381- Upgrade Netlify Build [`#853`](https://github.com/netlify/cli/pull/853)
382- Add `fail-fast: false` to CI tests [`#855`](https://github.com/netlify/cli/pull/855)
383
384### Commits
385
386- Docs: Use better word [`b7a28d0`](https://github.com/netlify/cli/commit/b7a28d026b04ec068c0cca24edad81593413ec9f)
387- Docs: Fix netlify dev port conflict [`61b4eab`](https://github.com/netlify/cli/commit/61b4eabd28faafda7fd7ad8e5bdff6f0e1b36ea9)
388
389## [v2.47.0](https://github.com/netlify/cli/compare/v2.46.0...v2.47.0) - 2020-04-17
390
391### Merged
392
393- Upgrades Netlify Build [`#842`](https://github.com/netlify/cli/pull/842)
394- Dev: Add "framework" option [`#826`](https://github.com/netlify/cli/pull/826)
395- Dev: Fix --live flag [`#839`](https://github.com/netlify/cli/pull/839)
396- Detect Server: Make sure "port" and 'targetPort" are not same [`#840`](https://github.com/netlify/cli/pull/840)
397- Parse headers and redirect rules on startup [`#838`](https://github.com/netlify/cli/pull/838)
398- Fix 11ty detector [`#831`](https://github.com/netlify/cli/pull/831)
399- Add tests for `netlify build` [`#837`](https://github.com/netlify/cli/pull/837)
400- Deploy: Replace live with better words [`#829`](https://github.com/netlify/cli/pull/829)
401- Prevent screen clearing once and for all [`#828`](https://github.com/netlify/cli/pull/828)
402- Remove devDependency dependency-cruiser [`#836`](https://github.com/netlify/cli/pull/836)
403- Upgrade Netlify Build [`#833`](https://github.com/netlify/cli/pull/833)
404- Dev: Improve static check [`#834`](https://github.com/netlify/cli/pull/834)
405
406### Commits
407
408- findRoot: Fix test [`7fb610b`](https://github.com/netlify/cli/commit/7fb610b7c040ae27d6eb74a7638eca6c0c4de13f)
409
410## [v2.46.0](https://github.com/netlify/cli/compare/v2.45.0...v2.46.0) - 2020-04-13
411
412### Merged
413
414- Dev: Process match fixes [`#825`](https://github.com/netlify/cli/pull/825)
415
416## [v2.45.0](https://github.com/netlify/cli/compare/v2.44.0...v2.45.0) - 2020-04-13
417
418### Merged
419
420- Dev: Better error message if command bin not found [`#824`](https://github.com/netlify/cli/pull/824)
421- Dev: Pipe stdin from parent to app process [`#823`](https://github.com/netlify/cli/pull/823)
422- Dev: Dont crash on no config file [`#822`](https://github.com/netlify/cli/pull/822)
423- Improve child process spawning [`#818`](https://github.com/netlify/cli/pull/818)
424
425## [v2.44.0](https://github.com/netlify/cli/compare/v2.43.0...v2.44.0) - 2020-04-12
426
427### Merged
428
429- Dev: Resolve command before spawning [`#816`](https://github.com/netlify/cli/pull/816)
430- Update tests [`#812`](https://github.com/netlify/cli/pull/812)
431- Upgrade netlify-redirect-parser [`#814`](https://github.com/netlify/cli/pull/814)
432
433## [v2.43.0](https://github.com/netlify/cli/compare/v2.42.0...v2.43.0) - 2020-04-09
434
435### Merged
436
437- Fix `netlify build` crash [`#813`](https://github.com/netlify/cli/pull/813)
438- Dev: Rewrite for internal URL with SPA servers [`#810`](https://github.com/netlify/cli/pull/810)
439- Cleanup [`#811`](https://github.com/netlify/cli/pull/811)
440
441### Commits
442
443- Upgrade netlify-redirect-parser [`97afd59`](https://github.com/netlify/cli/commit/97afd5981f9a1381623ab7ab616e75b3ef79a799)
444- Tests: Use node-fetch instead [`717e419`](https://github.com/netlify/cli/commit/717e4192e9dc0f73b6eba5486a19b4bf9d88a3c4)
445- Remove CircleCI integration [`5e96966`](https://github.com/netlify/cli/commit/5e969661e4e885c1cd49d6d612ad4666f9674f3c)
446
447## [v2.42.0](https://github.com/netlify/cli/compare/v2.41.0...v2.42.0) - 2020-04-08
448
449### Merged
450
451- Upgrade netlify-redirector [`#808`](https://github.com/netlify/cli/pull/808)
452- Move --verbose flag to netlify version command [`#806`](https://github.com/netlify/cli/pull/806)
453- Don't rely on files on disk for redirects when working with SPA servers [`#807`](https://github.com/netlify/cli/pull/807)
454- Dev: Don't use random "port" for static server [`#805`](https://github.com/netlify/cli/pull/805)
455- Update minimist package [`#804`](https://github.com/netlify/cli/pull/804)
456- Revert logs tailing because of incompatibilities [`#799`](https://github.com/netlify/cli/pull/799)
457- Dev: Don't wait on functions port if no server [`#803`](https://github.com/netlify/cli/pull/803)
458- Dev: Fallback port to random ports for static server [`#801`](https://github.com/netlify/cli/pull/801)
459- fix: verbose flag displays the necessary information [`#781`](https://github.com/netlify/cli/pull/781)
460- Dev: Fix index redirect for static files [`#796`](https://github.com/netlify/cli/pull/796)
461- Upgrade to latest version of Netlify Build [`#795`](https://github.com/netlify/cli/pull/795)
462
463## [v2.41.0](https://github.com/netlify/cli/compare/v2.40.0...v2.41.0) - 2020-04-06
464
465### Merged
466
467- Add js function templates for Sanity.io [`#605`](https://github.com/netlify/cli/pull/605)
468- Bump minimist from 1.2.2 to 1.2.3 [`#792`](https://github.com/netlify/cli/pull/792)
469- Upgrade firebase to 7 [`#790`](https://github.com/netlify/cli/pull/790)
470- Upgrade firebase [`#789`](https://github.com/netlify/cli/pull/789)
471- Upgrade to latest `@netlify/build` and `@netlify/config` [`#782`](https://github.com/netlify/cli/pull/782)
472- fix: use path.sep in get-functions.test.js [`#784`](https://github.com/netlify/cli/pull/784)
473- fix: use existing user's account instead of hardcoded [`#787`](https://github.com/netlify/cli/pull/787)
474- Dev: Revisit port specification options [`#788`](https://github.com/netlify/cli/pull/788)
475- Fix Netlify Go Functions [`#785`](https://github.com/netlify/cli/pull/785)
476- Dev: Provide process.env as env to static server [`#779`](https://github.com/netlify/cli/pull/779)
477- Bump acorn from 6.4.0 to 6.4.1 [`#750`](https://github.com/netlify/cli/pull/750)
478- Do not pass `dry: false` option to `netlify build` [`#777`](https://github.com/netlify/cli/pull/777)
479- Upgrade `@netlify/build` and `@netlify/config` [`#771`](https://github.com/netlify/cli/pull/771)
480- Fix rewrite force behavior for static files [`#776`](https://github.com/netlify/cli/pull/776)
481- Make `netlify build` visible [`#775`](https://github.com/netlify/cli/pull/775)
482- Fix typo in Netlify Functions section. [`#774`](https://github.com/netlify/cli/pull/774)
483- Upgrade `zip-it-and-ship-it` and `js-client` [`#768`](https://github.com/netlify/cli/pull/768)
484- Dev: Pass .env vars as an object to child process [`#764`](https://github.com/netlify/cli/pull/764)
485- change to run netlify dev on the port that quasar normally uses [`#665`](https://github.com/netlify/cli/pull/665)
486- Add support for `pnpm` + Fix issue with `gridsome`detector [`#550`](https://github.com/netlify/cli/pull/550)
487- Fix deprecation on errors [`#296`](https://github.com/netlify/cli/pull/296)
488- Bump minimist from 1.2.0 to 1.2.2 [`#758`](https://github.com/netlify/cli/pull/758)
489- Make sure to respect port flags and configuration [`#755`](https://github.com/netlify/cli/pull/755)
490- Add support for getting/tailing deploy logs [`#762`](https://github.com/netlify/cli/pull/762)
491- Deploy: Add flag to trigger build [`#760`](https://github.com/netlify/cli/pull/760)
492- Add support for _headers files [`#754`](https://github.com/netlify/cli/pull/754)
493- Upgrade `@netlify/build` [`#761`](https://github.com/netlify/cli/pull/761)
494
495## [v2.40.0](https://github.com/netlify/cli/compare/v2.39.0...v2.40.0) - 2020-03-16
496
497### Merged
498
499- Netlify Dev: Verify publish dir before comparing [`#752`](https://github.com/netlify/cli/pull/752)
500- fix(deploy): handle 404 [`#746`](https://github.com/netlify/cli/pull/746)
501- Bump acorn from 5.7.3 to 5.7.4 in /site [`#749`](https://github.com/netlify/cli/pull/749)
502
503### Commits
504
505- Update ISSUE_TEMPLATE.md [`c6f945a`](https://github.com/netlify/cli/commit/c6f945a9aed585407229c5d71477b1b45f1cbb02)
506
507## [v2.39.0](https://github.com/netlify/cli/compare/v2.38.0...v2.39.0) - 2020-03-13
508
509### Merged
510
511- 🐛 Fix a loop for setting env vars [`#748`](https://github.com/netlify/cli/pull/748)
512- Docs: Fix 404 page for commands [`#744`](https://github.com/netlify/cli/pull/744)
513
514### Commits
515
516- Update information about env variables [`12e1b18`](https://github.com/netlify/cli/commit/12e1b18c5b649ad88e3a869de560e07695f7f96a)
517- Docs: Update local development docs [`8b0b719`](https://github.com/netlify/cli/commit/8b0b71978ffcfbb2f3eec36e72e44fdacf3ebbe2)
518
519## [v2.38.0](https://github.com/netlify/cli/compare/v2.37.0...v2.38.0) - 2020-03-10
520
521### Merged
522
523- Dev: Fix a memory leak in redirects parsing [`#728`](https://github.com/netlify/cli/pull/728)
524- Upgrade `@netlify/config` [`#732`](https://github.com/netlify/cli/pull/732)
525- Use single .env file for Netlify Dev [`#736`](https://github.com/netlify/cli/pull/736)
526- fix(telemetry): do not track disabling of telemetry [`#740`](https://github.com/netlify/cli/pull/740)
527- Allow overriding functions env vars with .env file [`#735`](https://github.com/netlify/cli/pull/735)
528- [dev] Add support for injecting shared environment variables [`#699`](https://github.com/netlify/cli/pull/699)
529- Enforce strict validation of build command CLI flags [`#730`](https://github.com/netlify/cli/pull/730)
530
531## [v2.37.0](https://github.com/netlify/cli/compare/v2.36.0...v2.37.0) - 2020-03-04
532
533### Merged
534
535- Netlify Dev: Handle server socket hangup errors [`#733`](https://github.com/netlify/cli/pull/733)
536- Fix `--context` CLI flag for `netlify build` [`#715`](https://github.com/netlify/cli/pull/715)
537
538## [v2.36.0](https://github.com/netlify/cli/compare/v2.35.0...v2.36.0) - 2020-02-25
539
540### Merged
541
542- netlify deploy: Fix hang in certain situations [`#726`](https://github.com/netlify/cli/pull/726)
543- update codeowners [`#702`](https://github.com/netlify/cli/pull/702)
544- Dev: Change functions timeout to 10s [`#725`](https://github.com/netlify/cli/pull/725)
545- Adds angular detector [`#721`](https://github.com/netlify/cli/pull/721)
546- fix: restore Netlify Functions logging [`#722`](https://github.com/netlify/cli/pull/722)
547- Tests: Dont asign NETLIFY_AUTH_TOKEN explicitly [`#718`](https://github.com/netlify/cli/pull/718)
548
549### Commits
550
551- Dev: Add tests for functions timeout [`6ca7ea2`](https://github.com/netlify/cli/commit/6ca7ea2b62606d1a9cbb1eb685fb89f9da2789f5)
552- adds angular detector [`be85e0d`](https://github.com/netlify/cli/commit/be85e0d6e6355886c0010e5343104e00061063f5)
553- CircleCI: Remove deploy step [`91feb1d`](https://github.com/netlify/cli/commit/91feb1d3bbd21008da4ed214f01329eaa5d6fd0c)
554
555## [v2.35.0](https://github.com/netlify/cli/compare/v2.34.0...v2.35.0) - 2020-02-19
556
557### Commits
558
559- Fix a reference bug [`4c27f4f`](https://github.com/netlify/cli/commit/4c27f4f877b48c2036a7da24057bfa728af45204)
560
561## [v2.34.0](https://github.com/netlify/cli/compare/v2.33.0...v2.34.0) - 2020-02-19
562
563### Merged
564
565- Fix path name when rewriting functions URL [`#713`](https://github.com/netlify/cli/pull/713)
566- Bump lodash from 4.17.11 to 4.17.15 in /site [`#361`](https://github.com/netlify/cli/pull/361)
567- Netlify Dev: Add support for .env files [`#714`](https://github.com/netlify/cli/pull/714)
568
569### Commits
570
571- Add support for .env files [`3ca0769`](https://github.com/netlify/cli/commit/3ca076926c31e50a42fe2a3985f761ffcbe8310d)
572- Update package-lock.json [`c7ee6ed`](https://github.com/netlify/cli/commit/c7ee6eda05bb4e5c40bed683511a0c08f0a03956)
573- Add docs for Netlify Dev env vars [`8f84d48`](https://github.com/netlify/cli/commit/8f84d48f3aaf207a0523ed6649f036f26893108b)
574
575## [v2.33.0](https://github.com/netlify/cli/compare/v2.32.0...v2.33.0) - 2020-02-19
576
577### Merged
578
579- [api] Add support for not passing the data flag when it is not needed [`#701`](https://github.com/netlify/cli/pull/701)
580- Upgrade js-client to `3.0.0` [`#710`](https://github.com/netlify/cli/pull/710)
581- asking for a bit more info and clarifying how to search the issues list [`#693`](https://github.com/netlify/cli/pull/693)
582
583### Commits
584
585- Update package-lock.json [`afd1c50`](https://github.com/netlify/cli/commit/afd1c506f98f72f972fe3820edc8a5a9b06280fd)
586- Upgrade js-client to 3.0.0 [`59c4189`](https://github.com/netlify/cli/commit/59c41895d00bbb5757d5a2686c629e546b056f0a)
587
588## [v2.32.0](https://github.com/netlify/cli/compare/v2.31.0...v2.32.0) - 2020-02-07
589
590### Merged
591
592- detectors: Add GATSBY_LOGGER env [`#704`](https://github.com/netlify/cli/pull/704)
593- chore: add renovate config [`#703`](https://github.com/netlify/cli/pull/703)
594- Create CODEOWNERS [`#697`](https://github.com/netlify/cli/pull/697)
595
596## [v2.31.0](https://github.com/netlify/cli/compare/v2.30.0...v2.31.0) - 2020-02-02
597
598### Merged
599
600- fix: update nuxt detector for netlify dev [`#686`](https://github.com/netlify/cli/pull/686)
601
602### Commits
603
604- Dev: Pass query prams to rewrites [`91fa2fa`](https://github.com/netlify/cli/commit/91fa2fa0b14ad85ee793d091bb9e571fa8d22b3c)
605- Dev proxy: Add a fallback for remoteAddress [`615fed1`](https://github.com/netlify/cli/commit/615fed1a32e647104c559711fe091bc41d57fdf0)
606- fix: change dist [`cc39eec`](https://github.com/netlify/cli/commit/cc39eec51c5392f91684bc15d08aebca9ca6f271)
607
608## [v2.30.0](https://github.com/netlify/cli/compare/v2.29.0...v2.30.0) - 2020-01-15
609
610### Merged
611
612- Share process ENV with child [`#685`](https://github.com/netlify/cli/pull/685)
613- Add ember detector [`#682`](https://github.com/netlify/cli/pull/682)
614- Update path to detectors folder [`#681`](https://github.com/netlify/cli/pull/681)
615
616### Commits
617
618- Netlify Dev: Handle error while killing child process [`5f61065`](https://github.com/netlify/cli/commit/5f61065e63cde864a5fa67d34065931bf4df9ef5)
619- Netilfy Dev: Pass down process env to child [`99934f5`](https://github.com/netlify/cli/commit/99934f56e2b1a1ea9aad04bb41d4668740b5dda8)
620- fix detector comment [`8a9de30`](https://github.com/netlify/cli/commit/8a9de30c590a97bd2c621884c11a254682e6967d)
621
622## [v2.29.0](https://github.com/netlify/cli/compare/v2.28.0...v2.29.0) - 2020-01-10
623
624### Merged
625
626- Validate existence of config file in command [`#680`](https://github.com/netlify/cli/pull/680)
627
628### Commits
629
630- Proper fix for zombie process on exception [`64d6e67`](https://github.com/netlify/cli/commit/64d6e67a4eb0c39f3dc49e0061a2f3cedb012f32)
631- Remove redundant config error handling [`cfa4235`](https://github.com/netlify/cli/commit/cfa4235f9217a8687f63854deaa4525195a46935)
632- :no_entry: Validate existence of config file in command [`23f0dae`](https://github.com/netlify/cli/commit/23f0daec1f453f72673a5baab39186e95907a169)
633
634## [v2.28.0](https://github.com/netlify/cli/compare/v2.27.0...v2.28.0) - 2020-01-09
635
636### Merged
637
638- Add detector for Expo [`#672`](https://github.com/netlify/cli/pull/672)
639- Handle zombie processes differently [`#679`](https://github.com/netlify/cli/pull/679)
640- fix: https://github.com/netlify/cli/issues/675 [`#678`](https://github.com/netlify/cli/pull/678)
641- Revert default autoLaunch behavior to true [`#673`](https://github.com/netlify/cli/pull/673)
642
643### Commits
644
645- Update package-lock.json [`195d01d`](https://github.com/netlify/cli/commit/195d01d5629f7a1b8b07d68a7fe5761d77b3dc12)
646- Use Expo's default `web` script [`68e61d8`](https://github.com/netlify/cli/commit/68e61d8c884e171964e59f344fe996c7dab4f754)
647- Dev: Fix static server dist path [`263eef6`](https://github.com/netlify/cli/commit/263eef66becc3593b83cec3cabc6258ef97cea73)
648
649## [v2.27.0](https://github.com/netlify/cli/compare/v2.26.0...v2.27.0) - 2020-01-08
650
651### Commits
652
653- Fix random port assignment for dev server [`590a94a`](https://github.com/netlify/cli/commit/590a94a7890cf5881fe2a659a02ebc974d5ff987)
654- Formatting [`32e068c`](https://github.com/netlify/cli/commit/32e068cb02ee0b47d83b1aef46139f46444b4f55)
655- Update get-port package [`ef1e08e`](https://github.com/netlify/cli/commit/ef1e08e6b4a1d68212f308bd92299b253233e0f5)
656
657## [v2.26.0](https://github.com/netlify/cli/compare/v2.25.0...v2.26.0) - 2020-01-08
658
659### Merged
660
661- Fix functions server port assignment [`#674`](https://github.com/netlify/cli/pull/674)
662- Revamp redirects parsing [`#661`](https://github.com/netlify/cli/pull/661)
663- Remove duplicate port allocation - fixes #658 [`#669`](https://github.com/netlify/cli/pull/669)
664- Allow users to configure Git remote on init [`#635`](https://github.com/netlify/cli/pull/635)
665- fill in proxyPort when detector is bypassed [`#644`](https://github.com/netlify/cli/pull/644)
666- Fix double space before env var name [`#662`](https://github.com/netlify/cli/pull/662)
667- Update package-lock [`#656`](https://github.com/netlify/cli/pull/656)
668- show useful error if targetPort is unknown [`#602`](https://github.com/netlify/cli/pull/602)
669- Output site_name when deployed with --json arg [`#651`](https://github.com/netlify/cli/pull/651)
670- docs: update gh doc links [`#650`](https://github.com/netlify/cli/pull/650)
671- Add .md to broken function subcommand links [`#649`](https://github.com/netlify/cli/pull/649)
672- Update function list command [`#645`](https://github.com/netlify/cli/pull/645)
673- Remove useless conditional [`#637`](https://github.com/netlify/cli/pull/637)
674- chore: remove unused deps [`#646`](https://github.com/netlify/cli/pull/646)
675
676### Fixed
677
678- Merge pull request #669 from 130n/master [`#658`](https://github.com/netlify/cli/issues/658)
679- fill in proxyPort when detector is bypassed [`#620`](https://github.com/netlify/cli/issues/620)
680
681### Commits
682
683- Fix netlify-redirect-parser problem by updating [`5e28d0c`](https://github.com/netlify/cli/commit/5e28d0c50a9efcaaa23d4da2e747feab5a2716f6)
684- docs: update paths [`3bb6ed1`](https://github.com/netlify/cli/commit/3bb6ed118603dcf04cb68f70768839deff1aff8b)
685- docs: update site sync script. Update paths for site build [`b4aa492`](https://github.com/netlify/cli/commit/b4aa492cb2d7d75fae84a71800ebbe66290e3697)
686
687## [v2.25.0](https://github.com/netlify/cli/compare/v2.24.0...v2.25.0) - 2019-12-10
688
689### Merged
690
691- Propagate siteId and site.id vars after linking [`#643`](https://github.com/netlify/cli/pull/643)
692- Update finders.js [`#636`](https://github.com/netlify/cli/pull/636)
693
694### Commits
695
696- Update changelog to fix inconsistency [`4468429`](https://github.com/netlify/cli/commit/446842907a034ecc7dd58db072fd11c45802c8d9)
697
698## [v2.24.0](https://github.com/netlify/cli/compare/v2.23.1...v2.24.0) - 2019-12-07
699
700## [v2.23.1](https://github.com/netlify/cli/compare/v2.23.0...v2.23.1) - 2019-12-07
701
702### Merged
703
704- Update Config parsing to work with netlify build [`#616`](https://github.com/netlify/cli/pull/616)
705
706### Commits
707
708- refactor: delete old config parsing [`6bd8a44`](https://github.com/netlify/cli/commit/6bd8a44c9c7ae08832ca1099f0820f9ea80eba09)
709- fix: dont run detector sync lookup for every command [`18f1b30`](https://github.com/netlify/cli/commit/18f1b306c6ad101cc8126c7174a1f99ccf15ef32)
710- chore: update config dep [`4012c9d`](https://github.com/netlify/cli/commit/4012c9d66fe37af570e43e3007ec527d373e5fd1)
711
712## [v2.23.0](https://github.com/netlify/cli/compare/v2.22.0...v2.23.0) - 2019-12-05
713
714### Merged
715
716- Allow configuration of auto launch feature [`#631`](https://github.com/netlify/cli/pull/631)
717
718### Commits
719
720- Use const [`7a2b6d6`](https://github.com/netlify/cli/commit/7a2b6d606b4f69ce464731223102570a3ccb3a89)
721
722## [v2.22.0](https://github.com/netlify/cli/compare/v2.21.0...v2.22.0) - 2019-12-05
723
724### Merged
725
726- Fix zombie child proceses [`#628`](https://github.com/netlify/cli/pull/628)
727- Use netlify-redirect-parser package [`#611`](https://github.com/netlify/cli/pull/611)
728- Allow no configuration file with `netlify build` [`#619`](https://github.com/netlify/cli/pull/619)
729
730### Commits
731
732- Allow no configuration file [`a9977b0`](https://github.com/netlify/cli/commit/a9977b004df193bbff3b5d839aefdaf466fa29c9)
733
734## [v2.21.0](https://github.com/netlify/cli/compare/v2.20.2...v2.21.0) - 2019-11-13
735
736### Merged
737
738- Open URL on netlify dev [`#612`](https://github.com/netlify/cli/pull/612)
739
740### Commits
741
742- netlify dev: Warning if open fails [`8a4e8a7`](https://github.com/netlify/cli/commit/8a4e8a7e929f70bb5b5fd0df901646b1b071c9a4)
743
744## [v2.20.2](https://github.com/netlify/cli/compare/v2.20.1...v2.20.2) - 2019-11-01
745
746### Merged
747
748- chore: bump build dep [`#600`](https://github.com/netlify/cli/pull/600)
749- Update dep cruiser dev dep [`#599`](https://github.com/netlify/cli/pull/599)
750
751### Commits
752
753- chore: update dev dep [`ab04e99`](https://github.com/netlify/cli/commit/ab04e99d941003df9a28fd7d91dd32ff87bd5430)
754- docs: fix function output [`99c818b`](https://github.com/netlify/cli/commit/99c818bcdad0b86916ef40176154ad324e4d52b7)
755
756## [v2.20.1](https://github.com/netlify/cli/compare/v2.20.0...v2.20.1) - 2019-10-29
757
758### Merged
759
760- Fix configuration loading with `netlify build` [`#595`](https://github.com/netlify/cli/pull/595)
761- Improves `netlify build` command [`#593`](https://github.com/netlify/cli/pull/593)
762- Update code links to new repository [`#586`](https://github.com/netlify/cli/pull/586)
763
764### Commits
765
766- Improve Netlify Build CLI [`936a827`](https://github.com/netlify/cli/commit/936a82757d398ef4b473bac346829f79c146e009)
767- Fix semver issue with @netlify/build [`300db4d`](https://github.com/netlify/cli/commit/300db4da3e9d2dfff5f401e856ee2b61e47bcf94)
768
769## [v2.20.0](https://github.com/netlify/cli/compare/v2.19.6...v2.20.0) - 2019-10-28
770
771## [v2.19.6](https://github.com/netlify/cli/compare/v2.19.5...v2.19.6) - 2019-10-28
772
773### Merged
774
775- Allow overriding the api target host [`#582`](https://github.com/netlify/cli/pull/582)
776
777### Commits
778
779- Add missing import for node 8 [`d9cb6f3`](https://github.com/netlify/cli/commit/d9cb6f39ec2c760a0dd678b633ceb9340fc7b434)
780
781## [v2.19.5](https://github.com/netlify/cli/compare/v2.19.4...v2.19.5) - 2019-10-28
782
783### Merged
784
785- Fix Prettier (second round) [`#557`](https://github.com/netlify/cli/pull/557)
786- Use semver with Netlify Build [`#591`](https://github.com/netlify/cli/pull/591)
787
788## [v2.19.4](https://github.com/netlify/cli/compare/v2.19.3...v2.19.4) - 2019-10-26
789
790### Merged
791
792- Bump `@netlify/build` version [`#588`](https://github.com/netlify/cli/pull/588)
793
794### Commits
795
796- Bump @netlify/build version [`f1318fc`](https://github.com/netlify/cli/commit/f1318fc4a6ee6da417140e91e86f48310ac4d119)
797- Bump build version [`f97a152`](https://github.com/netlify/cli/commit/f97a152573c22f08f20523d04628df1fb8027318)
798
799## [v2.19.3](https://github.com/netlify/cli/compare/v2.19.2...v2.19.3) - 2019-10-24
800
801### Merged
802
803- Bump @netlify/build version [`#585`](https://github.com/netlify/cli/pull/585)
804
805## [v2.19.2](https://github.com/netlify/cli/compare/v2.19.1...v2.19.2) - 2019-10-22
806
807### Commits
808
809- chore: bump version [`437d806`](https://github.com/netlify/cli/commit/437d80610970f3c4a5f4fe6f585e5f6bfff13dd1)
810
811## [v2.19.1](https://github.com/netlify/cli/compare/v2.19.0...v2.19.1) - 2019-10-22
812
813### Merged
814
815- Typo in error message [`#578`](https://github.com/netlify/cli/pull/578)
816
817### Commits
818
819- chore: bump build [`b2ce606`](https://github.com/netlify/cli/commit/b2ce606c7a843a28af7fb6938c25225fcc30883f)
820- Formatting [`cb26ae7`](https://github.com/netlify/cli/commit/cb26ae74f0e0dd9bc820c8194cea40574bb9cee6)
821- chore: update lock [`9bb0310`](https://github.com/netlify/cli/commit/9bb0310202ca2bb1c5d317cb508adfd6915f4326)
822
823## [v2.19.0](https://github.com/netlify/cli/compare/v2.18.2...v2.19.0) - 2019-10-16
824
825### Merged
826
827- Fix tests when run in a path containing spaces [`#567`](https://github.com/netlify/cli/pull/567)
828
829### Commits
830
831- Refactor redirects to a seperate function [`e5c0481`](https://github.com/netlify/cli/commit/e5c0481e598ed760c1c73a2a7cd6ada3835688d3)
832
833## [v2.18.2](https://github.com/netlify/cli/compare/v2.18.1...v2.18.2) - 2019-10-16
834
835### Merged
836
837- bump [`#574`](https://github.com/netlify/cli/pull/574)
838
839## [v2.18.1](https://github.com/netlify/cli/compare/v2.18.0...v2.18.1) - 2019-10-16
840
841### Merged
842
843- fix: remove naming conflict [`#572`](https://github.com/netlify/cli/pull/572)
844
845### Commits
846
847- Update a var name to urlForAddons [`9fc89fe`](https://github.com/netlify/cli/commit/9fc89fea9f81398fde3de36e96cc80fcdf036050)
848
849## [v2.18.0](https://github.com/netlify/cli/compare/v2.17.0...v2.18.0) - 2019-10-16
850
851### Merged
852
853- Dev: Add support for JWT redirects [`#545`](https://github.com/netlify/cli/pull/545)
854- Updates [`#571`](https://github.com/netlify/cli/pull/571)
855
856### Commits
857
858- lock [`35c5c04`](https://github.com/netlify/cli/commit/35c5c046f22e24ca7284949f0bd618d639c31068)
859- updates [`f7ff5db`](https://github.com/netlify/cli/commit/f7ff5dbede10ac3596e6c4a0d5712db820d510c0)
860- Update package-lock.json [`aad6875`](https://github.com/netlify/cli/commit/aad68751b3aad34cf710c53eb21a064fc4da8e35)
861
862## [v2.17.0](https://github.com/netlify/cli/compare/v2.16.0...v2.17.0) - 2019-10-08
863
864### Merged
865
866- Dev: Fix port flag [`#488`](https://github.com/netlify/cli/pull/488)
867
868### Commits
869
870- Dev: Add targetPort flag [`444f421`](https://github.com/netlify/cli/commit/444f421e32c7733cdae5126807e28faa2cdd6174)
871
872## [v2.16.0](https://github.com/netlify/cli/compare/v2.15.0...v2.16.0) - 2019-10-07
873
874### Merged
875
876- Fix linting [`#555`](https://github.com/netlify/cli/pull/555)
877- Merge CLI utils to this repository [`#551`](https://github.com/netlify/cli/pull/551)
878- Fix supported Node.js version [`#554`](https://github.com/netlify/cli/pull/554)
879- Fix running npm scripts on a Windows machine [`#553`](https://github.com/netlify/cli/pull/553)
880- Fix prettier [`#552`](https://github.com/netlify/cli/pull/552)
881- Update API documentation URLs [`#546`](https://github.com/netlify/cli/pull/546)
882- Dev: Add new tests for get-functions.js [`#548`](https://github.com/netlify/cli/pull/548)
883- Dev: Allow custom headers on rewrites [`#547`](https://github.com/netlify/cli/pull/547)
884- Dev: Fix 404 redirects [`#538`](https://github.com/netlify/cli/pull/538)
885- Dev: Try static files before deciding on redirect [`#533`](https://github.com/netlify/cli/pull/533)
886- Add new test for telemetry module, validating of eventName [`#542`](https://github.com/netlify/cli/pull/542)
887- Fixing prettier issues, and add to scripts test:prettier [`#543`](https://github.com/netlify/cli/pull/543)
888- Fix: Fixing some no-unused-vars warnings from eslint [`#540`](https://github.com/netlify/cli/pull/540)
889- Fix: Fixing the relative path in test [`#535`](https://github.com/netlify/cli/pull/535)
890- Dev: Respect the dir flag for serving directory [`#532`](https://github.com/netlify/cli/pull/532)
891
892### Commits
893
894- Fix: Fixing prettier issues, and add to scripts test:prettier [`f41e236`](https://github.com/netlify/cli/commit/f41e2365f83eff680256bc72c7450e8bd13922f2)
895- Merge `cli-utils` repository [`6bced11`](https://github.com/netlify/cli/commit/6bced11e2c9be2de143dc8ef945025d9df123c6e)
896- Dev: Move rediects logic into proxy server [`d6bee67`](https://github.com/netlify/cli/commit/d6bee67cbef01f337f00b00cf0f5a792400fd11a)
897
898## [v2.15.0](https://github.com/netlify/cli/compare/v2.14.0...v2.15.0) - 2019-09-13
899
900### Merged
901
902- Dev: Only pipe stdio when running create-react-app [`#528`](https://github.com/netlify/cli/pull/528)
903- RulesProxy: ignore rediect rule for base [`#527`](https://github.com/netlify/cli/pull/527)
904- Show `netlify addons` command [`#524`](https://github.com/netlify/cli/pull/524)
905
906### Commits
907
908- docs: update add-on & api docs [`cd8a353`](https://github.com/netlify/cli/commit/cd8a353edbd6783beccf86c47d9ebf0ebb079ba1)
909- RulesProxy: Make sure _redirects works with dev [`27f92f2`](https://github.com/netlify/cli/commit/27f92f23148f7250e63a1586744d155a54751cd5)
910- update logo [`3984bbb`](https://github.com/netlify/cli/commit/3984bbb1c4177fb410f9100d83baac7875ea0025)
911
912## [v2.14.0](https://github.com/netlify/cli/compare/v2.13.1...v2.14.0) - 2019-09-12
913
914### Merged
915
916- Update links to netlify dev documentation [`#523`](https://github.com/netlify/cli/pull/523)
917- Dev: Make functions port configureable [`#525`](https://github.com/netlify/cli/pull/525)
918- Fix port for proxy redirects [`#520`](https://github.com/netlify/cli/pull/520)
919- Rules Proxy: Pass on query parameters [`#519`](https://github.com/netlify/cli/pull/519)
920- Import rules-proxy and and redirect-parser [`#518`](https://github.com/netlify/cli/pull/518)
921- Consider sites from different team in Netlify link [`#500`](https://github.com/netlify/cli/pull/500)
922- Improve prompts for `link` command [`#502`](https://github.com/netlify/cli/pull/502)
923- Add Parcel detector [`#505`](https://github.com/netlify/cli/pull/505)
924- rename deploy path [`#508`](https://github.com/netlify/cli/pull/508)
925- Improve analytics [`#513`](https://github.com/netlify/cli/pull/513)
926- Update ISSUE_TEMPLATE.md [`#504`](https://github.com/netlify/cli/pull/504)
927- Neltify -> Netlify [`#512`](https://github.com/netlify/cli/pull/512)
928
929### Commits
930
931- merge conflicts [`4ef3dee`](https://github.com/netlify/cli/commit/4ef3dee34bb8d999759e0a9c62f79a57ac102796)
932- Track CLI commands [`2da55fb`](https://github.com/netlify/cli/commit/2da55fbd7fe0143c11d2944d6019b6af2b674cd7)
933- Remove @netlify/rules-proxy as dep [`1163c79`](https://github.com/netlify/cli/commit/1163c798c37a0094ff137bded53ba5516aa20d35)
934
935## [v2.13.1](https://github.com/netlify/cli/compare/v2.13.0...v2.13.1) - 2019-09-02
936
937### Merged
938
939- make functions folder existence optional for netlify deploy [`#497`](https://github.com/netlify/cli/pull/497)
940- Jekyll detector: Remove -l param [`#491`](https://github.com/netlify/cli/pull/491)
941- Fix dependencies [`#495`](https://github.com/netlify/cli/pull/495)
942
943### Commits
944
945- Update src/commands/deploy.js [`1086a27`](https://github.com/netlify/cli/commit/1086a2710d0317dcb58beae3c556507f62bec802)
946- Dependencies: Move @oclif/plugin-help back [`71d6b01`](https://github.com/netlify/cli/commit/71d6b01f337ce383ac8499924e4b3eadec477931)
947- Jekyll dectector: Remove -l param [`7df6cdf`](https://github.com/netlify/cli/commit/7df6cdfaf802fdea7b454d2268e81285079f3125)
948
949## [v2.13.0](https://github.com/netlify/cli/compare/v2.12.0...v2.13.0) - 2019-08-29
950
951### Merged
952
953- Deploy: Add a timeout flag [`#489`](https://github.com/netlify/cli/pull/489)
954- Fix repeated downloads of live-tunnel binary on Windows [`#485`](https://github.com/netlify/cli/pull/485)
955- Update docs [`#490`](https://github.com/netlify/cli/pull/490)
956- sites:create Fix JSON log [`#391`](https://github.com/netlify/cli/pull/391)
957- Functions: Add support for multi-value headers [`#487`](https://github.com/netlify/cli/pull/487)
958- Add command to switch active Netlify account [`#395`](https://github.com/netlify/cli/pull/395)
959- Merge netlify-dev-plugin in CLI [`#396`](https://github.com/netlify/cli/pull/396)
960- Functions: Fix isBase64Encoded [`#398`](https://github.com/netlify/cli/pull/398)
961- Functions: Add client-ip header to request [`#397`](https://github.com/netlify/cli/pull/397)
962- chore: Minor fix [`#393`](https://github.com/netlify/cli/pull/393)
963- Update issue template [`#392`](https://github.com/netlify/cli/pull/392)
964- Automatically Ignore .netlify folder on init/link [`#358`](https://github.com/netlify/cli/pull/358)
965- refactor: update status verbose flag [`#390`](https://github.com/netlify/cli/pull/390)
966- feat(chore): show up local env-info with --verbose flag [`#382`](https://github.com/netlify/cli/pull/382)
967- add json output with siteId [`#384`](https://github.com/netlify/cli/pull/384)
968- add “netlify api” command [`#379`](https://github.com/netlify/cli/pull/379)
969
970### Commits
971
972- Merge netlify-dev-plugin [`9ffd514`](https://github.com/netlify/cli/commit/9ffd51413536302becf7e8736536ed40c528c5c2)
973- Create netlify-dev.md [`c45fa71`](https://github.com/netlify/cli/commit/c45fa713c13590ae47202f02425e8e5c1abe78b6)
974- Remove netlify-dev-plugin from config [`278714f`](https://github.com/netlify/cli/commit/278714f6037cfe27aed8b25e6d63a059f3fa62b8)
975
976## [v2.12.0](https://github.com/netlify/cli/compare/v2.11.34...v2.12.0) - 2019-07-31
977
978## [v2.11.34](https://github.com/netlify/cli/compare/v2.11.33...v2.11.34) - 2019-07-31
979
980### Commits
981
982- Use package-lock.json [`39eeafc`](https://github.com/netlify/cli/commit/39eeafc0adc1e7c43b649655867c6a1d7b680fa2)
983- Update netlify-dev-plugin [`3efc108`](https://github.com/netlify/cli/commit/3efc10811aaa7a622f46afe3a86c22ebf3cbd03c)
984- Revert "Update netlify-dev-plugin" [`d0dee3d`](https://github.com/netlify/cli/commit/d0dee3d0d96999f72c45815aa5154f78c1ffd4ea)
985
986## [v2.11.33](https://github.com/netlify/cli/compare/2.11.32...v2.11.33) - 2019-07-31
987
988### Commits
989
990- Update netlify-dev-plugin [`a254ec0`](https://github.com/netlify/cli/commit/a254ec0af306b6c9ec4feb3a91763f1a8f426d35)
991
992## [2.11.32](https://github.com/netlify/cli/compare/v2.11.32...2.11.32) - 2019-07-31
993
994## [v2.11.32](https://github.com/netlify/cli/compare/v2.11.31...v2.11.32) - 2019-07-31
995
996### Commits
997
998- Update netlify-dev-plugin [`0846337`](https://github.com/netlify/cli/commit/08463371eccdee7a32a4e0cb492d7ab63ab3d77b)
999
1000## [v2.11.31](https://github.com/netlify/cli/compare/v2.11.30...v2.11.31) - 2019-07-24
1001
1002### Merged
1003
1004- Add missing postinstall script [`#380`](https://github.com/netlify/cli/pull/380)
1005- Deployment changes [`#377`](https://github.com/netlify/cli/pull/377)
1006
1007### Commits
1008
1009- Add CircleCI config [`3cf419a`](https://github.com/netlify/cli/commit/3cf419a8e7a7f27e71ff5c349438225912a6c3ef)
1010- Update CircleCI config [`9337235`](https://github.com/netlify/cli/commit/9337235a898455a0c1ef87a23c890054d0970e7f)
1011- Delete .travis.yml [`a2b9d33`](https://github.com/netlify/cli/commit/a2b9d33bb2657be918b3c9a29eeb53c35cb74386)
1012
1013## [v2.11.30](https://github.com/netlify/cli/compare/v2.11.30-re-release9...v2.11.30) - 2019-07-24
1014
1015## [v2.11.30-re-release9](https://github.com/netlify/cli/compare/v2.11.30-re-release8...v2.11.30-re-release9) - 2019-07-25
1016
1017### Merged
1018
1019- Deployment changes [`#377`](https://github.com/netlify/cli/pull/377)
1020
1021### Commits
1022
1023- Add CircleCI config [`3cf419a`](https://github.com/netlify/cli/commit/3cf419a8e7a7f27e71ff5c349438225912a6c3ef)
1024- Change test account name [`9140796`](https://github.com/netlify/cli/commit/9140796486d7672f5cca4ce6504d4b087f05f916)
1025
1026## [v2.11.30-re-release8](https://github.com/netlify/cli/compare/v2.11.30-re-release7...v2.11.30-re-release8) - 2019-07-24
1027
1028### Commits
1029
1030- Update .travis.yml [`b31497d`](https://github.com/netlify/cli/commit/b31497ded58779a1daa4881c5754156fa20e035e)
1031
1032## [v2.11.30-re-release7](https://github.com/netlify/cli/compare/v2.11.30-re-release6...v2.11.30-re-release7) - 2019-07-24
1033
1034### Commits
1035
1036- Update .travis.yml [`837df32`](https://github.com/netlify/cli/commit/837df3294ee2a974558ac3fc7f3b4778d9eb3f9b)
1037
1038## [v2.11.30-re-release6](https://github.com/netlify/cli/compare/v2.11.30-re-release5...v2.11.30-re-release6) - 2019-07-24
1039
1040### Commits
1041
1042- Travis: Use npm deploy provider [`0c2f7b6`](https://github.com/netlify/cli/commit/0c2f7b62f9284d979e942c540b02ae1f18109584)
1043- Update .travis.yml [`79e413a`](https://github.com/netlify/cli/commit/79e413a83b2ff88eaab013df4c892316abba6ca2)
1044- Update .travis.yml [`339cdf8`](https://github.com/netlify/cli/commit/339cdf8f253785d96cffba1ccd883411b0565460)
1045
1046## [v2.11.30-re-release5](https://github.com/netlify/cli/compare/v2.11.30-re-release4...v2.11.30-re-release5) - 2019-07-24
1047
1048## [v2.11.30-re-release4](https://github.com/netlify/cli/compare/v2.11.30-re-release3...v2.11.30-re-release4) - 2019-07-24
1049
1050### Commits
1051
1052- Travis: Install before publish [`a713dcc`](https://github.com/netlify/cli/commit/a713dcc761c663f730f4a556a3aadb714e21160c)
1053
1054## [v2.11.30-re-release3](https://github.com/netlify/cli/compare/v2.11.30-re-release2...v2.11.30-re-release3) - 2019-07-24
1055
1056### Commits
1057
1058- Remove "prepublishOnly" script [`cc50357`](https://github.com/netlify/cli/commit/cc50357b4e54074f585df7e8ddbbf7584d851d07)
1059
1060## [v2.11.30-re-release2](https://github.com/netlify/cli/compare/v2.11.30-re-release10...v2.11.30-re-release2) - 2019-07-24
1061
1062## [v2.11.30-re-release10](https://github.com/netlify/cli/compare/v2.11.30-re-release...v2.11.30-re-release10) - 2019-07-25
1063
1064### Merged
1065
1066- Deployment changes [`#377`](https://github.com/netlify/cli/pull/377)
1067
1068### Commits
1069
1070- Add CircleCI config [`3cf419a`](https://github.com/netlify/cli/commit/3cf419a8e7a7f27e71ff5c349438225912a6c3ef)
1071- Update CircleCI config [`9337235`](https://github.com/netlify/cli/commit/9337235a898455a0c1ef87a23c890054d0970e7f)
1072- Delete .travis.yml [`a2b9d33`](https://github.com/netlify/cli/commit/a2b9d33bb2657be918b3c9a29eeb53c35cb74386)
1073
1074## [v2.11.30-re-release](https://github.com/netlify/cli/compare/v2.11.29...v2.11.30-re-release) - 2019-07-24
1075
1076### Merged
1077
1078- Add global --json, --auth, && --silent flag support [`#371`](https://github.com/netlify/cli/pull/371)
1079- [WIP] Add integration tests [`#254`](https://github.com/netlify/cli/pull/254)
1080- Add postinstall success message [`#367`](https://github.com/netlify/cli/pull/367)
1081- Remove Github token from browser history [`#364`](https://github.com/netlify/cli/pull/364)
1082- add release checklist notes [`#363`](https://github.com/netlify/cli/pull/363)
1083
1084### Commits
1085
1086- Update npm-shrinkwrap.json [`109cfa4`](https://github.com/netlify/cli/commit/109cfa42de22a4109e866b190ed60f20d294cb78)
1087- update addon commands to support silent flag [`e5fd29c`](https://github.com/netlify/cli/commit/e5fd29ce8dcc6a81bf0e652dde18e2a9e467eacd)
1088- add integration tests for addon creation flow [`8c497f7`](https://github.com/netlify/cli/commit/8c497f7d16d10fa6f55b766fa74003d0d19403d7)
1089
1090## [v2.11.29](https://github.com/netlify/cli/compare/v2.11.28...v2.11.29) - 2019-07-19
1091
1092## [v2.11.28](https://github.com/netlify/cli/compare/v2.11.27...v2.11.28) - 2019-07-19
1093
1094### Merged
1095
1096- bump dev plugin [`#360`](https://github.com/netlify/cli/pull/360)
1097
1098## [v2.11.27](https://github.com/netlify/cli/compare/v2.11.26...v2.11.27) - 2019-07-18
1099
1100### Merged
1101
1102- Revert "Remove shrink-wrap pruning during pack step" [`#338`](https://github.com/netlify/cli/pull/338)
1103- Allow user to choose another site name if current doesn't exist [`#342`](https://github.com/netlify/cli/pull/342)
1104- Add Github login through app.netlify.com [`#348`](https://github.com/netlify/cli/pull/348)
1105
1106### Commits
1107
1108- Allow user to input different site name [`524f368`](https://github.com/netlify/cli/commit/524f368abcd6e0b69290515704f3b889e0d0d358)
1109- Improve styles for CLI login page [`429118f`](https://github.com/netlify/cli/commit/429118f479dd2cb7228d394935b117787a8d3af8)
1110- Don't repeat request for username [`5e978d0`](https://github.com/netlify/cli/commit/5e978d08064332517bab1b7ae9dd9c6bb0f6bfc8)
1111
1112## [v2.11.26](https://github.com/netlify/cli/compare/v2.11.25...v2.11.26) - 2019-07-17
1113
1114## [v2.11.25](https://github.com/netlify/cli/compare/v2.11.24...v2.11.25) - 2019-07-17
1115
1116### Merged
1117
1118- update util dep [`#357`](https://github.com/netlify/cli/pull/357)
1119
1120## [v2.11.24](https://github.com/netlify/cli/compare/v2.11.23...v2.11.24) - 2019-07-16
1121
1122### Merged
1123
1124- Make all command honor process.env.NETLIFY_AUTH_TOKEN [`#354`](https://github.com/netlify/cli/pull/354)
1125- getRepoDate: Fix host [`#352`](https://github.com/netlify/cli/pull/352)
1126- Some grammar fixes [`#343`](https://github.com/netlify/cli/pull/343)
1127- Ignore .idea dir [`#346`](https://github.com/netlify/cli/pull/346)
1128- updates messaging for creating sites and error messages [`#334`](https://github.com/netlify/cli/pull/334)
1129- use a list of sites to chose from rather than entering the name manually [`#335`](https://github.com/netlify/cli/pull/335)
1130
1131### Commits
1132
1133- bump cli-utils [`40b4b8e`](https://github.com/netlify/cli/commit/40b4b8e9d4daf756495f803ebd5c5ab4abf60936)
1134- update netlify status logic & exit early if no token [`2ead87f`](https://github.com/netlify/cli/commit/2ead87f0af9f35aa2290fb8355cc9f544859c48b)
1135- Update login/logout login + message to user [`82fb06d`](https://github.com/netlify/cli/commit/82fb06d6dca6244a419c45a25825da21446427f3)
1136
1137## [v2.11.23](https://github.com/netlify/cli/compare/v2.11.22...v2.11.23) - 2019-06-17
1138
1139### Commits
1140
1141- update deps [`b60de50`](https://github.com/netlify/cli/commit/b60de5011192846c6ba881eb78f30b77e1536e8c)
1142- update js-yaml in site/ [`cf4d892`](https://github.com/netlify/cli/commit/cf4d8921b96723ad489280165ffb6e071549ed4c)
1143
1144## [v2.11.22](https://github.com/netlify/cli/compare/v2.11.21...v2.11.22) - 2019-06-06
1145
1146### Merged
1147
1148- bump client [`#330`](https://github.com/netlify/cli/pull/330)
1149
1150### Commits
1151
1152- add chalk to netlify init output [`0b806bf`](https://github.com/netlify/cli/commit/0b806bfd72120fb105d54ff5b50dff03d8d265d2)
1153
1154## [v2.11.21](https://github.com/netlify/cli/compare/v2.11.20...v2.11.21) - 2019-06-05
1155
1156### Merged
1157
1158- add —json flag for programatic access [`#313`](https://github.com/netlify/cli/pull/313)
1159- Catch error and finish with error upon create/update/delte of addons [`#329`](https://github.com/netlify/cli/pull/329)
1160
1161### Commits
1162
1163- update deps [`636af33`](https://github.com/netlify/cli/commit/636af33fdcb4648bff136ff74a25dac298a98f51)
1164- remove CLI spinners when —json flag present [`ba56d7b`](https://github.com/netlify/cli/commit/ba56d7b0dcbfa501da9333045ecc62520726ded2)
1165
1166## [v2.11.20](https://github.com/netlify/cli/compare/v2.11.19...v2.11.20) - 2019-06-04
1167
1168### Merged
1169
1170- Friendlier output for newcomers [`#323`](https://github.com/netlify/cli/pull/323)
1171- only show config prompts for addons with config [`#317`](https://github.com/netlify/cli/pull/317)
1172
1173### Commits
1174
1175- update deps [`6d17935`](https://github.com/netlify/cli/commit/6d179356eeec9aa3b5837818cf0101936eddb461)
1176- only log if manifest has keys [`0c6c60f`](https://github.com/netlify/cli/commit/0c6c60f131db9169d6beb17e264dd570a88821f9)
1177- make existing repo sound more like a success than a failure [`6a7faf5`](https://github.com/netlify/cli/commit/6a7faf598dc5d386853ebbfd61f0faefcfc973ec)
1178
1179## [v2.11.19](https://github.com/netlify/cli/compare/v2.11.18...v2.11.19) - 2019-05-20
1180
1181### Commits
1182
1183- udpate deps [`5f5ce53`](https://github.com/netlify/cli/commit/5f5ce5346737ebc580160ed8262056dadbe572f3)
1184
1185## [v2.11.18](https://github.com/netlify/cli/compare/v2.11.17...v2.11.18) - 2019-05-09
1186
1187### Commits
1188
1189- bump versions [`f57ce8e`](https://github.com/netlify/cli/commit/f57ce8e647d5eec822e5874fafd2a761fb885eef)
1190
1191## [v2.11.17](https://github.com/netlify/cli/compare/v2.11.16...v2.11.17) - 2019-05-08
1192
1193### Commits
1194
1195- update deps [`0b53eac`](https://github.com/netlify/cli/commit/0b53eac8fcfe08faa8fb45698d5bda02ae39e350)
1196
1197## [v2.11.16](https://github.com/netlify/cli/compare/v2.11.15...v2.11.16) - 2019-05-07
1198
1199### Commits
1200
1201- bump dev plugin [`bacbcf2`](https://github.com/netlify/cli/commit/bacbcf2a592fc62d57f9887aa98710db03838298)
1202
1203## [v2.11.15](https://github.com/netlify/cli/compare/v2.11.14...v2.11.15) - 2019-04-29
1204
1205### Merged
1206
1207- Typo fix [`#307`](https://github.com/netlify/cli/pull/307)
1208- Update install instructions [`#306`](https://github.com/netlify/cli/pull/306)
1209
1210### Commits
1211
1212- bump dependencies [`636dd63`](https://github.com/netlify/cli/commit/636dd637126a41a2681c9a3fa0a4dc1090bd7e3a)
1213- add install instructuions [`0948d15`](https://github.com/netlify/cli/commit/0948d155975372f904403e530440c72acadfd674)
1214- Update deploy.md [`9437ec4`](https://github.com/netlify/cli/commit/9437ec484ce2725ab22af4b9e32cf15a26cc1945)
1215
1216## [v2.11.14](https://github.com/netlify/cli/compare/v2.11.13...v2.11.14) - 2019-04-25
1217
1218### Commits
1219
1220- bump versions [`c6c156d`](https://github.com/netlify/cli/commit/c6c156d936998482526c2b6feb00c2cbdcb508d0)
1221
1222## [v2.11.13](https://github.com/netlify/cli/compare/v2.11.12...v2.11.13) - 2019-04-25
1223
1224### Merged
1225
1226- add command index base page [`#305`](https://github.com/netlify/cli/pull/305)
1227- add dev + functions command to ref site [`#303`](https://github.com/netlify/cli/pull/303)
1228
1229### Commits
1230
1231- update deps [`90b1fee`](https://github.com/netlify/cli/commit/90b1fee01835a0e8e8e4c656d077b05e083fd97a)
1232- add command index [`c9a27a5`](https://github.com/netlify/cli/commit/c9a27a54ed614c0e8c8fad9d5bc450dd95443dbc)
1233- clean up display [`a8f1b31`](https://github.com/netlify/cli/commit/a8f1b31052b76edb66facdb358d520b64c9ab12d)
1234
1235## [v2.11.12](https://github.com/netlify/cli/compare/v2.11.11...v2.11.12) - 2019-04-22
1236
1237### Merged
1238
1239- Update Zip-it-and-ship-it to 0.3.1 [`#300`](https://github.com/netlify/cli/pull/300)
1240
1241## [v2.11.11](https://github.com/netlify/cli/compare/v2.11.10...v2.11.11) - 2019-04-18
1242
1243### Commits
1244
1245- update deps [`f415fbe`](https://github.com/netlify/cli/commit/f415fbe32044894dd3e6f171bbf19647b5ee9459)
1246
1247## [v2.11.10](https://github.com/netlify/cli/compare/v2.11.9...v2.11.10) - 2019-04-17
1248
1249### Merged
1250
1251- Update cli-utils to ^1.0.2 [`#299`](https://github.com/netlify/cli/pull/299)
1252
1253### Commits
1254
1255- Update shrinkwrap file [`c047a30`](https://github.com/netlify/cli/commit/c047a3092506eb7b49561302ccdb2883f346e816)
1256- Remove unused dependency. [`cfb3ac0`](https://github.com/netlify/cli/commit/cfb3ac004f2d1f6c959f027e200fc4b8eb9fc080)
1257
1258## [v2.11.9](https://github.com/netlify/cli/compare/v2.11.8...v2.11.9) - 2019-04-16
1259
1260### Merged
1261
1262- Use cli-utils [`#289`](https://github.com/netlify/cli/pull/289)
1263
1264### Commits
1265
1266- update deps [`fbd5a22`](https://github.com/netlify/cli/commit/fbd5a22a0b815a5e5a95ad22c1b8a536b4c1f3c3)
1267- Try npm task provider [`ca528e3`](https://github.com/netlify/cli/commit/ca528e3121e0ef0253f6d6c60115a9cd9a16289d)
1268- merge [`2bf7632`](https://github.com/netlify/cli/commit/2bf7632ad131b70fc83e7d74374c1606b85759a5)
1269
1270## [v2.11.8](https://github.com/netlify/cli/compare/v2.11.7...v2.11.8) - 2019-04-16
1271
1272### Commits
1273
1274- update netlify dev plugin [`514d759`](https://github.com/netlify/cli/commit/514d7591609fbd645c1de87f47200099e6919abe)
1275
1276## [v2.11.7](https://github.com/netlify/cli/compare/v2.11.6...v2.11.7) - 2019-04-10
1277
1278### Commits
1279
1280- bump netlfiy dev for chalk bug [`e4c2816`](https://github.com/netlify/cli/commit/e4c281693f2839e62dee511912346510e2ab2587)
1281
1282## [v2.11.6](https://github.com/netlify/cli/compare/v2.11.5...v2.11.6) - 2019-04-10
1283
1284### Merged
1285
1286- Repair tests [`#294`](https://github.com/netlify/cli/pull/294)
1287
1288### Fixed
1289
1290- Repair tests [`#293`](https://github.com/netlify/cli/issues/293)
1291
1292### Commits
1293
1294- bump netlify dev [`181cea1`](https://github.com/netlify/cli/commit/181cea12d3ae6c5869f994edb8324457252c162f)
1295
1296## [v2.11.5](https://github.com/netlify/cli/compare/v2.11.4...v2.11.5) - 2019-04-10
1297
1298### Commits
1299
1300- bump netlify dev plugin again [`9f17172`](https://github.com/netlify/cli/commit/9f17172f8b8bfa0f349dd6ef2449331842cc2e16)
1301- add link to netlify dev [`4b560d3`](https://github.com/netlify/cli/commit/4b560d3c3a0c1a376ea1dd26d358616e6fa8e568)
1302
1303## [v2.11.4](https://github.com/netlify/cli/compare/v2.11.3...v2.11.4) - 2019-04-09
1304
1305### Commits
1306
1307- bump netlify dev plugin again [`22c60ed`](https://github.com/netlify/cli/commit/22c60ed384344eb8d8245385a9e803b237802b92)
1308
1309## [v2.11.3](https://github.com/netlify/cli/compare/v2.11.2...v2.11.3) - 2019-04-09
1310
1311### Commits
1312
1313- bump netlify dev plugin [`7bd2968`](https://github.com/netlify/cli/commit/7bd29681e3ed5bf88aaa900bfcedd61a44b1c052)
1314
1315## [v2.11.2](https://github.com/netlify/cli/compare/v2.11.1...v2.11.2) - 2019-04-09
1316
1317### Commits
1318
1319- update netlify-dev-plugin version [`5e068c3`](https://github.com/netlify/cli/commit/5e068c394dfa43c642e6495f3c142993c8243981)
1320
1321## [v2.11.1](https://github.com/netlify/cli/compare/v2.11.0...v2.11.1) - 2019-04-09
1322
1323### Commits
1324
1325- update netlify-dev-plugin version [`c9ce64e`](https://github.com/netlify/cli/commit/c9ce64eeb3124e07a6e5aae3b6b1fc32a1e18649)
1326
1327## [v2.11.0](https://github.com/netlify/cli/compare/v2.11.0-beta.0...v2.11.0) - 2019-04-09
1328
1329### Merged
1330
1331- Update netlify toml template and bring it to manual init as well [`#287`](https://github.com/netlify/cli/pull/287)
1332
1333### Commits
1334
1335- upate toml template [`4c2d2d2`](https://github.com/netlify/cli/commit/4c2d2d23cb3b44c082da6a3a687e82dd22ec10ba)
1336- bring it to manual config as well [`177da2f`](https://github.com/netlify/cli/commit/177da2f63ce46f1ff311d287aeafaf16e89fc6a3)
1337- fix netlify addons:delete bug if multiple addons exist [`f423a40`](https://github.com/netlify/cli/commit/f423a40c398ab7132c805db0a1e36a6695bddc85)
1338
1339## [v2.11.0-beta.0](https://github.com/netlify/cli/compare/v2.10.1...v2.11.0-beta.0) - 2019-04-08
1340
1341### Commits
1342
1343- Add dev plugin [`134905f`](https://github.com/netlify/cli/commit/134905f669464e7791674bca1ba3124f3c0eed72)
1344- Prep beta tag [`9428198`](https://github.com/netlify/cli/commit/94281989c25b489c6f5cd5d6d2be8d6401699237)
1345
1346## [v2.10.1](https://github.com/netlify/cli/compare/v2.10.0...v2.10.1) - 2019-04-08
1347
1348### Merged
1349
1350- Fix status command to accommodate teams changes [`#288`](https://github.com/netlify/cli/pull/288)
1351
1352### Commits
1353
1354- Tweak site create command for new teams [`513a611`](https://github.com/netlify/cli/commit/513a611727aad0acef95c70f4847139f5fb67d98)
1355- Improve output [`d545b12`](https://github.com/netlify/cli/commit/d545b12059a5b0bd9dbaee8074b1bdcfa509962d)
1356- Fix test badge [`aecaf04`](https://github.com/netlify/cli/commit/aecaf04aad269557bff39d6c32f23d020b228ade)
1357
1358## [v2.10.0](https://github.com/netlify/cli/compare/v2.10.0-beta.1...v2.10.0) - 2019-04-04
1359
1360### Merged
1361
1362- Remove shrink-wrap pruning during pack step [`#283`](https://github.com/netlify/cli/pull/283)
1363
1364## [v2.10.0-beta.1](https://github.com/netlify/cli/compare/v2.9.1...v2.10.0-beta.1) - 2019-04-04
1365
1366### Merged
1367
1368- Validate site name on init command [`#264`](https://github.com/netlify/cli/pull/264)
1369- Update delete addon [`#265`](https://github.com/netlify/cli/pull/265)
1370- Removed unknown character from log msg [`#278`](https://github.com/netlify/cli/pull/278)
1371- add alias for addons command [`#276`](https://github.com/netlify/cli/pull/276)
1372- confirm before doing destructive actions [`#271`](https://github.com/netlify/cli/pull/271)
1373
1374### Commits
1375
1376- commit shrinkwrap and package-lock changes [`6afd3ef`](https://github.com/netlify/cli/commit/6afd3efdd93a9280deac9a78cdfc9befaa8193b3)
1377- Standardise capitalization of words in init command [`da29843`](https://github.com/netlify/cli/commit/da29843414794cd00cd35300b582e6f33966e3a2)
1378- fixtypo [`9115870`](https://github.com/netlify/cli/commit/9115870ed08df20beb78189e35a9c0b5aa03ef2a)
1379
1380## [v2.9.1](https://github.com/netlify/cli/compare/v2.9.0...v2.9.1) - 2019-03-20
1381
1382### Commits
1383
1384- fix bug with 2.9.0 release [`5ecebd9`](https://github.com/netlify/cli/commit/5ecebd9dd5ee75d6647b04c78f6b8c2977d718a0)
1385
1386## [v2.9.0](https://github.com/netlify/cli/compare/v2.8.3...v2.9.0) - 2019-03-20
1387
1388### Merged
1389
1390- make netlify init work with netlify.toml, see #210 #267 [`#268`](https://github.com/netlify/cli/pull/268)
1391
1392### Commits
1393
1394- add netlify init sugar #210 #267 [`5b5596f`](https://github.com/netlify/cli/commit/5b5596f1b542cc2cf5148710f89e31ae028f935e)
1395- minor tweaks [`81de3d5`](https://github.com/netlify/cli/commit/81de3d5a91529ca3195f6cf3ab06c8b2f3922855)
1396- change to functions as default functions folder name [`11018e6`](https://github.com/netlify/cli/commit/11018e6dd5c802683d9759c61ccc5559839fbd14)
1397
1398## [v2.8.3](https://github.com/netlify/cli/compare/v2.8.2...v2.8.3) - 2019-03-05
1399
1400### Merged
1401
1402- Update addon validation [`#259`](https://github.com/netlify/cli/pull/259)
1403- Remove functions commands [`#262`](https://github.com/netlify/cli/pull/262)
1404
1405### Commits
1406
1407- add required field check [`4cf8742`](https://github.com/netlify/cli/commit/4cf87421b52782acefc68da8c6fc3c0a71036a0e)
1408- bail if required flags are not supplied [`0ba36ab`](https://github.com/netlify/cli/commit/0ba36abe991bfd6fd0d9da1091faf4c5797d48fc)
1409- Bail if required fields missing [`7e547e2`](https://github.com/netlify/cli/commit/7e547e260c24bd4127994d165b07b878beb5e8d9)
1410
1411## [v2.8.2](https://github.com/netlify/cli/compare/v2.8.1...v2.8.2) - 2019-03-04
1412
1413### Commits
1414
1415- Update shrinkwrap semver [`cbc1d6e`](https://github.com/netlify/cli/commit/cbc1d6ebb60d57fe73ca06690021c4ae75130df2)
1416
1417## [v2.8.1](https://github.com/netlify/cli/compare/v2.8.0...v2.8.1) - 2019-02-25
1418
1419### Merged
1420
1421- Update zip-it-and-ship-it to 0.2.2 [`#260`](https://github.com/netlify/cli/pull/260)
1422- Update azure-pipelines.yml for Azure Pipelines [`#255`](https://github.com/netlify/cli/pull/255)
1423- Centralize CI in Azure DevOps. [`#253`](https://github.com/netlify/cli/pull/253)
1424
1425### Commits
1426
1427- Update zip-it-and-ship-it [`5224702`](https://github.com/netlify/cli/commit/5224702d6d09ee760633544f29ee681e9441bba5)
1428- Space script. [`6cd65a5`](https://github.com/netlify/cli/commit/6cd65a55feb60a1c3cef349fc43abe2d903f5d05)
1429- Remove report task temporarily. [`9291c20`](https://github.com/netlify/cli/commit/9291c2075463946a9d83ef490113d8a65b2f20b0)
1430
1431## [v2.8.0](https://github.com/netlify/cli/compare/v2.7.4...v2.8.0) - 2019-02-20
1432
1433### Merged
1434
1435- Update netlify's js-client and semver ranges [`#250`](https://github.com/netlify/cli/pull/250)
1436- Update addons commands [`#251`](https://github.com/netlify/cli/pull/251)
1437
1438### Commits
1439
1440- Update semver deps [`ce9578d`](https://github.com/netlify/cli/commit/ce9578dd8ad9881ce61779ad97b49d13ecc6db7f)
1441- add addon:config & update addon:create command [`8adfa6f`](https://github.com/netlify/cli/commit/8adfa6fa15191e5e40953b9a36cbfe40e7183525)
1442- Keep addons command hidden [`712458d`](https://github.com/netlify/cli/commit/712458d5c74d4f3812f52d290375b8c8321ba625)
1443
1444## [v2.7.4](https://github.com/netlify/cli/compare/v2.7.3...v2.7.4) - 2019-02-19
1445
1446### Merged
1447
1448- Update netlify and other dependencies [`#247`](https://github.com/netlify/cli/pull/247)
1449
1450### Commits
1451
1452- Update netlify [`ff914d5`](https://github.com/netlify/cli/commit/ff914d572aade7e1508010f6f1016b8d8a4692ff)
1453
1454## [v2.7.3](https://github.com/netlify/cli/compare/v2.7.2...v2.7.3) - 2019-02-19
1455
1456### Commits
1457
1458- Removed unused cpx devdep [`7a12f2d`](https://github.com/netlify/cli/commit/7a12f2dcd5cd9b7c1d6cbcd79eef05a6ed99ceca)
1459- Fix shrinkwrap file when publishing [`0a42bed`](https://github.com/netlify/cli/commit/0a42bed2292720ad5eb3d92005d88835540379c5)
1460
1461## [v2.7.2](https://github.com/netlify/cli/compare/v2.7.1...v2.7.2) - 2019-02-19
1462
1463### Commits
1464
1465- Only ship js files in the src folder [`c79c3fc`](https://github.com/netlify/cli/commit/c79c3fca15001601761f5bdfb083c60f355df1e4)
1466
1467## [v2.7.1](https://github.com/netlify/cli/compare/v2.7.0...v2.7.1) - 2019-02-19
1468
1469### Merged
1470
1471- Fix octokit [`#245`](https://github.com/netlify/cli/pull/245)
1472
1473### Fixed
1474
1475- Update Octokit to fix authentication [`#243`](https://github.com/netlify/cli/issues/243)
1476
1477### Commits
1478
1479- Bump semver [`6672b52`](https://github.com/netlify/cli/commit/6672b521c68f33443746dc44f116bdcd9ed6fe74)
1480
1481## [v2.7.0](https://github.com/netlify/cli/compare/v2.6.6...v2.7.0) - 2019-02-08
1482
1483### Merged
1484
1485- Dep chores [`#241`](https://github.com/netlify/cli/pull/241)
1486- Fix log PATH to be cross-platform [`#208`](https://github.com/netlify/cli/pull/208)
1487- Minor cleanup to addons:create [`#220`](https://github.com/netlify/cli/pull/220)
1488- Update js-client providing zip-n-ship capabilities [`#239`](https://github.com/netlify/cli/pull/239)
1489- Fix function config lookup in netlify.toml [`#240`](https://github.com/netlify/cli/pull/240)
1490- Restore original package-lock.json after packing [`#237`](https://github.com/netlify/cli/pull/237)
1491
1492### Fixed
1493
1494- Fix function config lookup in netlify.toml [`#209`](https://github.com/netlify/cli/issues/209)
1495
1496### Commits
1497
1498- Run `npm up` [`29f16fa`](https://github.com/netlify/cli/commit/29f16fa376a55093b09d0c14a67e6ab68a5718f7)
1499- Update js-client providing zip-n-ship capabilities [`f9774a2`](https://github.com/netlify/cli/commit/f9774a29781c37d10875563c6221c2b92d2d7800)
1500- Update deps [`985e8da`](https://github.com/netlify/cli/commit/985e8da37e162fefabfd27ac5bf6e567ba7ea790)
1501
1502## [v2.6.6](https://github.com/netlify/cli/compare/v2.6.5...v2.6.6) - 2019-01-31
1503
1504### Merged
1505
1506- Run prune before shrink-wrap [`#236`](https://github.com/netlify/cli/pull/236)
1507
1508### Commits
1509
1510- Run prune before shrink-wrap [`761fcc5`](https://github.com/netlify/cli/commit/761fcc5660c8ac2a293afde661a129a0c8fbee84)
1511
1512## [v2.6.5](https://github.com/netlify/cli/compare/v2.6.4...v2.6.5) - 2019-01-31
1513
1514### Merged
1515
1516- Publish with a shrink-wrap file again [`#235`](https://github.com/netlify/cli/pull/235)
1517
1518### Fixed
1519
1520- Publish with a shrink-wrap file again [`#234`](https://github.com/netlify/cli/issues/234)
1521
1522### Commits
1523
1524- Update package-lock.json [`fc58e40`](https://github.com/netlify/cli/commit/fc58e40e30e2e0fa608eedfc90d0eeaab39da7ca)
1525
1526## [v2.6.4](https://github.com/netlify/cli/compare/v2.6.3...v2.6.4) - 2019-01-22
1527
1528### Merged
1529
1530- Even more upload fixes [`#218`](https://github.com/netlify/cli/pull/218)
1531
1532### Commits
1533
1534- Improve error message priting [`3b2c54a`](https://github.com/netlify/cli/commit/3b2c54ae0afb31266e150f2fa0f4a54005011a8f)
1535- Update lock file [`ad54af3`](https://github.com/netlify/cli/commit/ad54af32fbf869c4ec6c4536cb382ba6ffb406fa)
1536- Update js-client to fix upload failures [`296bc9b`](https://github.com/netlify/cli/commit/296bc9b99ab72651396f4641d83a8af47752245c)
1537
1538## [v2.6.3](https://github.com/netlify/cli/compare/v2.6.2...v2.6.3) - 2019-01-19
1539
1540### Merged
1541
1542- Update js-client to fix rate limit handling [`#217`](https://github.com/netlify/cli/pull/217)
1543
1544### Commits
1545
1546- Update js-client to fix rate limit handling [`32590eb`](https://github.com/netlify/cli/commit/32590ebf2aa9788733908afee3aefd87f21e9bb8)
1547
1548## [v2.6.2](https://github.com/netlify/cli/compare/v2.6.1...v2.6.2) - 2019-01-19
1549
1550### Merged
1551
1552- Fix rate limiting handing [`#215`](https://github.com/netlify/cli/pull/215)
1553
1554## [v2.6.1](https://github.com/netlify/cli/compare/v2.6.0...v2.6.1) - 2019-01-09
1555
1556### Merged
1557
1558- Remove autocomplete plugin [`#207`](https://github.com/netlify/cli/pull/207)
1559
1560### Fixed
1561
1562- Remove autocomplete plugin [`#204`](https://github.com/netlify/cli/issues/204)
1563
1564## [v2.6.0](https://github.com/netlify/cli/compare/v2.5.1...v2.6.0) - 2018-12-17
1565
1566### Merged
1567
1568- Update dependencies [`#203`](https://github.com/netlify/cli/pull/203)
1569- Add @oclif/plugin-autocomplete plugin [`#191`](https://github.com/netlify/cli/pull/191)
1570- Exit with status 1 on directory errors [`#202`](https://github.com/netlify/cli/pull/202)
1571
1572### Commits
1573
1574- Use prepublishOnly only hook [`aff28c4`](https://github.com/netlify/cli/commit/aff28c4e2c9acd1fc3c5732bdcd961d1a2a526c1)
1575- Fix depcheck [`53bc97c`](https://github.com/netlify/cli/commit/53bc97cfc8ef509e0c290dfba28279e47adbb2e5)
1576
1577## [v2.5.1](https://github.com/netlify/cli/compare/v2.5.0...v2.5.1) - 2018-12-13
1578
1579### Merged
1580
1581- fix(auth): due to api change in @octokit/rest [`#200`](https://github.com/netlify/cli/pull/200)
1582
1583### Fixed
1584
1585- fix(auth): due to api change in @octokit/rest [`#199`](https://github.com/netlify/cli/issues/199)
1586
1587## [v2.5.0](https://github.com/netlify/cli/compare/v2.4.0...v2.5.0) - 2018-12-05
1588
1589### Merged
1590
1591- Add addons:show command [`#190`](https://github.com/netlify/cli/pull/190)
1592- Add simple JSON parsing to parse raw for addons commands [`#189`](https://github.com/netlify/cli/pull/189)
1593- Output and feedback enhancements [`#169`](https://github.com/netlify/cli/pull/169)
1594- Improve init flow in various manual depoy states [`#186`](https://github.com/netlify/cli/pull/186)
1595- Allow CI setup without a local clone from sites:create command [`#178`](https://github.com/netlify/cli/pull/178)
1596- Update check improvements [`#188`](https://github.com/netlify/cli/pull/188)
1597
1598### Commits
1599
1600- Allow CI setup without a local site [`a01455f`](https://github.com/netlify/cli/commit/a01455f1c904bfa48ab1498f6b04fcd5000bb627)
1601- style(addons): use oclif builtin log() [`035a93c`](https://github.com/netlify/cli/commit/035a93c6ffcc32babad809cd0ec96bbece49d019)
1602- A few init improvements [`fdf0723`](https://github.com/netlify/cli/commit/fdf072343f9cb9dd3b6b3b28d99c6bc158897545)
1603
1604## [v2.4.0](https://github.com/netlify/cli/compare/v2.2.3...v2.4.0) - 2018-12-04
1605
1606### Merged
1607
1608- Add a plugin system [`#132`](https://github.com/netlify/cli/pull/132)
1609- Add oclif help and plugins plugin. [`#187`](https://github.com/netlify/cli/pull/187)
1610- Fix renamed GitHub method [`#185`](https://github.com/netlify/cli/pull/185)
1611- Chore: Updates [`#184`](https://github.com/netlify/cli/pull/184)
1612- Use a package-lock file instead of shrink-wrap strategy [`#183`](https://github.com/netlify/cli/pull/183)
1613
1614### Fixed
1615
1616- Remove color highlights from description and help text [`#137`](https://github.com/netlify/cli/issues/137)
1617
1618### Commits
1619
1620- Update Ava [`bef0e76`](https://github.com/netlify/cli/commit/bef0e760d6b1b839ee47e617911449f144e3489f)
1621- Automate release process [`3949872`](https://github.com/netlify/cli/commit/39498728c9ad2e4aef02e0e34e7a1a350082fea9)
1622- Update octokit to 16.1.0 [`2e88945`](https://github.com/netlify/cli/commit/2e88945817838cd628ec270d92bddfe5ebbb2803)
1623
1624## [v2.2.3](https://github.com/netlify/cli/compare/v2.2.2...v2.2.3) - 2018-11-26
1625
1626### Commits
1627
1628- Fix missing dependencies [`4dd06ad`](https://github.com/netlify/cli/commit/4dd06ad5bf53d62355e2f126bcc641786dba4139)
1629
1630## [v2.2.2](https://github.com/netlify/cli/compare/v2.2.1...v2.2.2) - 2018-11-26
1631
1632### Commits
1633
1634- Bump dependencies [`fc2305e`](https://github.com/netlify/cli/commit/fc2305eebe723ab1264dc9ae25146e308156492a)
1635
1636## [v2.2.1](https://github.com/netlify/cli/compare/v2.2.0...v2.2.1) - 2018-11-06
1637
1638### Merged
1639
1640- Update Netlify API client to 2.2.1 [`#176`](https://github.com/netlify/cli/pull/176)
1641
1642## [v2.2.0](https://github.com/netlify/cli/compare/v2.1.3...v2.2.0) - 2018-11-02
1643
1644### Merged
1645
1646- Allow users to set the login url in the auth flow [`#172`](https://github.com/netlify/cli/pull/172)
1647- Remove package-lock from site [`#173`](https://github.com/netlify/cli/pull/173)
1648- Update CLI prompts for more consistent style [`#171`](https://github.com/netlify/cli/pull/171)
1649
1650### Commits
1651
1652- Document NETLIFY_WEB_UI [`26d5196`](https://github.com/netlify/cli/commit/26d5196afa5bda9b178abdacc0135506be278173)
1653
1654## [v2.1.3](https://github.com/netlify/cli/compare/v2.1.2...v2.1.3) - 2018-10-29
1655
1656### Merged
1657
1658- Update ESLint plugin [`#168`](https://github.com/netlify/cli/pull/168)
1659- Handle GitHub error better when user lacks perms [`#167`](https://github.com/netlify/cli/pull/167)
1660- Fix missing site_id error [`#165`](https://github.com/netlify/cli/pull/165)
1661- Fix typos [`#160`](https://github.com/netlify/cli/pull/160)
1662
1663### Fixed
1664
1665- Handle GitHub error better when user lacks perms [`#151`](https://github.com/netlify/cli/issues/151)
1666
1667### Commits
1668
1669- fix(deploy): missing siteId error [`1bd224a`](https://github.com/netlify/cli/commit/1bd224a2f847f7451725864db39953cce0fb5a2e)
1670
1671## [v2.1.2](https://github.com/netlify/cli/compare/v2.1.1...v2.1.2) - 2018-10-18
1672
1673### Merged
1674
1675- Fix config path [`#159`](https://github.com/netlify/cli/pull/159)
1676- fix minor typo [`#152`](https://github.com/netlify/cli/pull/152)
1677
1678### Fixed
1679
1680- fix https://github.com/netlify/cli/issues/156 [`#156`](https://github.com/netlify/cli/issues/156)
1681
1682### Commits
1683
1684- add configPath back to site [`7e9e5a9`](https://github.com/netlify/cli/commit/7e9e5a9b6f5d561779caee9d96ea948ffd45aada)
1685- fix deploy config lookup [`002fd07`](https://github.com/netlify/cli/commit/002fd07ea6ca35f97c723f2f9b4916dcb8fe7442)
1686- Fix link [`57b553f`](https://github.com/netlify/cli/commit/57b553f5ff0871ba8f80b6ced8c3084c16a37244)
1687
1688## [v2.1.1](https://github.com/netlify/cli/compare/v2.1.0...v2.1.1) - 2018-10-15
1689
1690### Merged
1691
1692- Handle type error in project-root algorithm [`#148`](https://github.com/netlify/cli/pull/148)
1693
1694### Fixed
1695
1696- Handle type error in project-root algorithm [`#145`](https://github.com/netlify/cli/issues/145)
1697
1698### Commits
1699
1700- Update eslint-plugin-prettier [`396e11b`](https://github.com/netlify/cli/commit/396e11ba9126295ac1e2593199fd65091d1fbc46)
1701
1702## [v2.1.0](https://github.com/netlify/cli/compare/v2.1.0-beta.2...v2.1.0) - 2018-10-15
1703
1704### Merged
1705
1706- Add flags and ENV var support to deploy and fix bugs [`#147`](https://github.com/netlify/cli/pull/147)
1707
1708## [v2.1.0-beta.2](https://github.com/netlify/cli/compare/v2.1.0-beta.1...v2.1.0-beta.2) - 2018-10-15
1709
1710### Commits
1711
1712- Site info lookup bug [`dab85dd`](https://github.com/netlify/cli/commit/dab85dd3b022c73b6b66b0f8acae9d9398ad01e5)
1713
1714## [v2.1.0-beta.1](https://github.com/netlify/cli/compare/v2.0.0...v2.1.0-beta.1) - 2018-10-12
1715
1716### Merged
1717
1718- Update netlify.toml [`#143`](https://github.com/netlify/cli/pull/143)
1719
1720### Commits
1721
1722- Add flags and ENV var support to deploy [`474d843`](https://github.com/netlify/cli/commit/474d843b8343dae2111f66ab3b8544f7c35785a2)
1723- remove old siteConfig getter [`66241e0`](https://github.com/netlify/cli/commit/66241e0145542e55f4501fb2510bc458fd5273f0)
1724- Improve login flow [`3f2ef54`](https://github.com/netlify/cli/commit/3f2ef543aa60bb632e432b42f38abe9668f4335e)
1725
1726## [v2.0.0](https://github.com/netlify/cli/compare/v2.0.0-beta.10...v2.0.0) - 2018-10-09
1727
1728### Merged
1729
1730- Simplify command reference site [`#140`](https://github.com/netlify/cli/pull/140)
1731- Hide logout command [`#141`](https://github.com/netlify/cli/pull/141)
1732
1733### Commits
1734
1735- Add install and docs sections to README [`3d2aefc`](https://github.com/netlify/cli/commit/3d2aefcc1880270965eeac55fe5df7126865fa8b)
1736- Note the name of the command in README [`3dade93`](https://github.com/netlify/cli/commit/3dade9388f2ee8f1b9529508aee8335e839d55af)
1737- Remove logout cmd from list [`41557f5`](https://github.com/netlify/cli/commit/41557f5e42b72ca5b7a82ef564b91283f2b91820)
1738
1739## [v2.0.0-beta.10](https://github.com/netlify/cli/compare/v2.0.0-beta.9...v2.0.0-beta.10) - 2018-10-08
1740
1741## [v2.0.0-beta.9](https://github.com/netlify/cli/compare/v2.0.0-beta.8...v2.0.0-beta.9) - 2018-10-08
1742
1743### Commits
1744
1745- Use dirname, not base name [`73b594c`](https://github.com/netlify/cli/commit/73b594c1bb8dc024ecca8d1a1c9a42ab0b953317)
1746
1747## [v2.0.0-beta.8](https://github.com/netlify/cli/compare/v2.0.0-beta.7...v2.0.0-beta.8) - 2018-10-08
1748
1749### Merged
1750
1751- Doc strings tweaks [`#138`](https://github.com/netlify/cli/pull/138)
1752- Implement improved project resolution algorithm [`#139`](https://github.com/netlify/cli/pull/139)
1753- Copy [`#136`](https://github.com/netlify/cli/pull/136)
1754- Some docs tweaks [`#135`](https://github.com/netlify/cli/pull/135)
1755- Doc string site build updates [`#133`](https://github.com/netlify/cli/pull/133)
1756- Update deploy.md [`#131`](https://github.com/netlify/cli/pull/131)
1757- Moving the usage docs to the docs website and other docs improvements [`#126`](https://github.com/netlify/cli/pull/126)
1758- Update js-client [`#125`](https://github.com/netlify/cli/pull/125)
1759
1760### Commits
1761
1762- Fix docs build [`02ebb80`](https://github.com/netlify/cli/commit/02ebb80f15adb7af645532cd3cf0ed35b2726ff3)
1763- Moving the usage docs to the docs website [`85f483a`](https://github.com/netlify/cli/commit/85f483ac8d73e5b565e66d4c6e4d8fb037fbe38e)
1764- Fix child command descriptions [`cc7d44c`](https://github.com/netlify/cli/commit/cc7d44cac475da7043056c8309ef5d827ea41d64)
1765
1766## [v2.0.0-beta.7](https://github.com/netlify/cli/compare/v2.0.0-beta.6...v2.0.0-beta.7) - 2018-09-24
1767
1768### Merged
1769
1770- Update to netlify@2.0.1-beta.8 [`#124`](https://github.com/netlify/cli/pull/124)
1771
1772## [v2.0.0-beta.6](https://github.com/netlify/cli/compare/v2.0.0-beta.5...v2.0.0-beta.6) - 2018-09-20
1773
1774### Merged
1775
1776- Improve init flow on deploy command [`#122`](https://github.com/netlify/cli/pull/122)
1777- Bug fixes on sites:create [`#121`](https://github.com/netlify/cli/pull/121)
1778
1779## [v2.0.0-beta.5](https://github.com/netlify/cli/compare/v2.0.0-beta.4...v2.0.0-beta.5) - 2018-09-17
1780
1781### Commits
1782
1783- Improved error handling around deploys [`2bee51b`](https://github.com/netlify/cli/commit/2bee51b46c2aacd7ad4ec522e67ba2e85350e199)
1784
1785## [v2.0.0-beta.4](https://github.com/netlify/cli/compare/v2.0.0-beta.3...v2.0.0-beta.4) - 2018-09-17
1786
1787### Merged
1788
1789- Add the ability to add deploy messages [`#113`](https://github.com/netlify/cli/pull/113)
1790- Improve deploy logging [`#112`](https://github.com/netlify/cli/pull/112)
1791- Use netlify/js-client [`#109`](https://github.com/netlify/cli/pull/109)
1792- Make form attribute [`#110`](https://github.com/netlify/cli/pull/110)
1793- Update site [`#108`](https://github.com/netlify/cli/pull/108)
1794
1795### Commits
1796
1797- Use js-client module [`cc2ac49`](https://github.com/netlify/cli/commit/cc2ac494e786646884d1eb44dfda23d74585a169)
1798- Add request form to register addons [`37acb60`](https://github.com/netlify/cli/commit/37acb60c6ff653b299ac9b921879bf581effe398)
1799- A few more api swap fixes [`b0eb925`](https://github.com/netlify/cli/commit/b0eb9252880988f84da039d6a47c4356674ce543)
1800
1801## [v2.0.0-beta.3](https://github.com/netlify/cli/compare/v2.0.0-beta.2...v2.0.0-beta.3) - 2018-09-10
1802
1803### Merged
1804
1805- Don’t throw on state lookup in a missing folder [`#107`](https://github.com/netlify/cli/pull/107)
1806- update @next tags [`#102`](https://github.com/netlify/cli/pull/102)
1807
1808### Fixed
1809
1810- Don’t throw on state lookup in a missing folder [`#106`](https://github.com/netlify/cli/issues/106)
1811
1812### Commits
1813
1814- update tags [`e74d6f1`](https://github.com/netlify/cli/commit/e74d6f10471a317cf69cc682f276ee406d44c832)
1815- fix "Finisihed" typo [`2770135`](https://github.com/netlify/cli/commit/2770135b13bd80b288850d452886ca5a9b46c358)
1816
1817## [v2.0.0-beta.2](https://github.com/netlify/cli/compare/v2.0.0-beta.1...v2.0.0-beta.2) - 2018-09-09
1818
1819## [v2.0.0-beta.1](https://github.com/netlify/cli/compare/v2.0.0-alpha.7...v2.0.0-beta.1) - 2018-09-09
1820
1821### Merged
1822
1823- updates beta release [`#101`](https://github.com/netlify/cli/pull/101)
1824- install base modules [`#100`](https://github.com/netlify/cli/pull/100)
1825- [WIP] Add use case instructions to docs [`#97`](https://github.com/netlify/cli/pull/97)
1826
1827### Commits
1828
1829- Add context docs to readme [`3a4906b`](https://github.com/netlify/cli/commit/3a4906b541add62d003c58b896ff92502c900046)
1830- update no-repo flow [`9d20d77`](https://github.com/netlify/cli/commit/9d20d77327279fce40271b8e7de21156d2fd96a5)
1831- update reamde [`6f47a88`](https://github.com/netlify/cli/commit/6f47a8802a76a8fe5649e5ccdb58b63e77b80e31)
1832
1833## [v2.0.0-alpha.7](https://github.com/netlify/cli/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) - 2018-09-07
1834
1835### Merged
1836
1837- update token refs [`#99`](https://github.com/netlify/cli/pull/99)
1838- Update global config [`#96`](https://github.com/netlify/cli/pull/96)
1839- update main readme [`#95`](https://github.com/netlify/cli/pull/95)
1840- Update docs [`#94`](https://github.com/netlify/cli/pull/94)
1841- Automatically use git remote URL to `netlify link` sites [`#92`](https://github.com/netlify/cli/pull/92)
1842- improve header output [`#93`](https://github.com/netlify/cli/pull/93)
1843- Update docs site [`#91`](https://github.com/netlify/cli/pull/91)
1844- Use an alternate open browser lib [`#89`](https://github.com/netlify/cli/pull/89)
1845- Improve watch copy [`#88`](https://github.com/netlify/cli/pull/88)
1846- Add draft deploys [`#87`](https://github.com/netlify/cli/pull/87)
1847
1848### Fixed
1849
1850- Improve watch copy [`#82`](https://github.com/netlify/cli/issues/82)
1851
1852### Commits
1853
1854- move site to site folder [`57b474f`](https://github.com/netlify/cli/commit/57b474f124e52b6e3910011188793b0d8577245e)
1855- move UI to site [`18487af`](https://github.com/netlify/cli/commit/18487affc9a6ae5a6840e47fa899ebd448d14a91)
1856- extract and share link prompt [`d07c14c`](https://github.com/netlify/cli/commit/d07c14c03c5dcc6e122d058e11c8c6a3d2f4f21f)
1857
1858## [v2.0.0-alpha.6](https://github.com/netlify/cli/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) - 2018-08-30
1859
1860### Merged
1861
1862- Deploy feedback [`#86`](https://github.com/netlify/cli/pull/86)
1863- Incorporate some flag design to the deploy command [`#85`](https://github.com/netlify/cli/pull/85)
1864- Set up our new client id [`#71`](https://github.com/netlify/cli/pull/71)
1865- Fix Copy [`#64`](https://github.com/netlify/cli/pull/64)
1866- Create Github deploy notifications on init [`#63`](https://github.com/netlify/cli/pull/63)
1867
1868### Fixed
1869
1870- Fix Copy [`#56`](https://github.com/netlify/cli/issues/56)
1871
1872### Commits
1873
1874- First pass at deploy progress [`337a0e9`](https://github.com/netlify/cli/commit/337a0e92439e628c3c01e77972ce8052923e3f8f)
1875- Hooks work [`e41bcc7`](https://github.com/netlify/cli/commit/e41bcc76e6e5ca73a8818a7b0bbccd0c6c03532a)
1876- Use a random spinner [`9301246`](https://github.com/netlify/cli/commit/93012462e5a0748c09ad580d1b60fc4f57853a20)
1877
1878## [v2.0.0-alpha.5](https://github.com/netlify/cli/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) - 2018-08-28
1879
1880### Merged
1881
1882- Upload netlify TOML when deploying [`#61`](https://github.com/netlify/cli/pull/61)
1883- Add update notifier [`#60`](https://github.com/netlify/cli/pull/60)
1884- Fix badge links [`#59`](https://github.com/netlify/cli/pull/59)
1885- 2.0.0 Release [`#51`](https://github.com/netlify/cli/pull/51)
1886- Fix lint [`#50`](https://github.com/netlify/cli/pull/50)
1887- [WIP] Update docs [`#99`](https://github.com/netlify/cli/pull/99)
1888- Use netlify.toml info when linking [`#98`](https://github.com/netlify/cli/pull/98)
1889- Watch on init, and remove from sites commands [`#97`](https://github.com/netlify/cli/pull/97)
1890- Improve file filtering [`#95`](https://github.com/netlify/cli/pull/95)
1891- Remove unneeded quotes on link [`#94`](https://github.com/netlify/cli/pull/94)
1892- Document base class and reorganize [`#92`](https://github.com/netlify/cli/pull/92)
1893- Readme tweaks [`#91`](https://github.com/netlify/cli/pull/91)
1894- s/http/https [`#90`](https://github.com/netlify/cli/pull/90)
1895- Fix readme name hack [`#89`](https://github.com/netlify/cli/pull/89)
1896- Appveyor [`#49`](https://github.com/netlify/cli/pull/49)
1897
1898### Fixed
1899
1900- Use netlify.toml info when linking [`#74`](https://github.com/netlify/cli/issues/74)
1901- Watch on init, and remove from sites commands [`#79`](https://github.com/netlify/cli/issues/79)
1902
1903### Commits
1904
1905- update docs [`821c9ba`](https://github.com/netlify/cli/commit/821c9bace31a7738b40976afdce89201712f8829)
1906- add site [`947767c`](https://github.com/netlify/cli/commit/947767cd16e186fccdd9a362dc28a8d1250194f4)
1907- add doc gen script (will move elsewhere) [`2028b53`](https://github.com/netlify/cli/commit/2028b53d4e5bedc09c2471959de2f0c6e503a1f2)
1908
1909## [v2.0.0-alpha.4](https://github.com/netlify/cli/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) - 2018-08-22
1910
1911## [v2.0.0-alpha.3](https://github.com/netlify/cli/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) - 2018-08-22
1912
1913### Merged
1914
1915- Fix function deploys [`#48`](https://github.com/netlify/cli/pull/48)
1916- Init GitHub [`#87`](https://github.com/netlify/cli/pull/87)
1917- Add Init function [`#47`](https://github.com/netlify/cli/pull/47)
1918- [WIP] Add `addons` commands [`#85`](https://github.com/netlify/cli/pull/85)
1919- Initial sites:create command [`#72`](https://github.com/netlify/cli/pull/72)
1920
1921### Commits
1922
1923- GitHub init work [`80c2f0a`](https://github.com/netlify/cli/commit/80c2f0af0b03d13f3587dd9602e36eedb5182977)
1924- add addon commands [`73b2d96`](https://github.com/netlify/cli/commit/73b2d96daa7f7ed9154a24fa116fbdac40246113)
1925- Checking in progress [`ce88ad6`](https://github.com/netlify/cli/commit/ce88ad6ff7f6dfbed6cdeb87f25491b2ad7581b2)
1926
1927## [v2.0.0-alpha.2](https://github.com/netlify/cli/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) - 2018-08-16
1928
1929### Commits
1930
1931- Fix prod dependencies [`6a462dc`](https://github.com/netlify/cli/commit/6a462dced612e274629483123a1ab1e604190ad3)
1932
1933## [v2.0.0-alpha.1](https://github.com/netlify/cli/compare/v1.2.3...v2.0.0-alpha.1) - 2018-08-16
1934
1935### Merged
1936
1937- update open cmd [`#81`](https://github.com/netlify/cli/pull/81)
1938- Fix function uploads [`#70`](https://github.com/netlify/cli/pull/70)
1939- Update status command [`#69`](https://github.com/netlify/cli/pull/69)
1940- Remove help plugin [`#68`](https://github.com/netlify/cli/pull/68)
1941- Function deploys [`#62`](https://github.com/netlify/cli/pull/62)
1942- Add unlink command [`#67`](https://github.com/netlify/cli/pull/67)
1943- Fix api calls [`#65`](https://github.com/netlify/cli/pull/65)
1944- Add inquirer prompts [`#45`](https://github.com/netlify/cli/pull/45)
1945- Swap deps [`#46`](https://github.com/netlify/cli/pull/46)
1946- Use open-api spec directly [`#44`](https://github.com/netlify/cli/pull/44)
1947- Deploy Command [`#37`](https://github.com/netlify/cli/pull/37)
1948- Add status command [`#38`](https://github.com/netlify/cli/pull/38)
1949- Add whoami command [`#36`](https://github.com/netlify/cli/pull/36)
1950- Init again [`#31`](https://github.com/netlify/cli/pull/31)
1951- Site config [`#27`](https://github.com/netlify/cli/pull/27)
1952- Deploy command [`#26`](https://github.com/netlify/cli/pull/26)
1953- Fix a bunch of babel and Ava issues [`#25`](https://github.com/netlify/cli/pull/25)
1954- Add ava test harness [`#23`](https://github.com/netlify/cli/pull/23)
1955- Use new auth hook [`#22`](https://github.com/netlify/cli/pull/22)
1956- Only store the auth token [`#21`](https://github.com/netlify/cli/pull/21)
1957- Add a babel build step [`#19`](https://github.com/netlify/cli/pull/19)
1958- Env override [`#18`](https://github.com/netlify/cli/pull/18)
1959- Add login hook [`#16`](https://github.com/netlify/cli/pull/16)
1960- Promisify api client [`#15`](https://github.com/netlify/cli/pull/15)
1961- Add login [`#7`](https://github.com/netlify/cli/pull/7)
1962- Scaffold cmds [`#6`](https://github.com/netlify/cli/pull/6)
1963- Add prettierrc file [`#5`](https://github.com/netlify/cli/pull/5)
1964- remove java codegen deps [`#4`](https://github.com/netlify/cli/pull/4)
1965- Use openapi client module [`#2`](https://github.com/netlify/cli/pull/2)
1966
1967### Commits
1968
1969- init commit [`041da26`](https://github.com/netlify/cli/commit/041da26dd050b4f51809040ba8cc99e61ba20d10)
1970- Reset Repo [`b62819b`](https://github.com/netlify/cli/commit/b62819bc9e1c05c01ea8c284ce6e1c2586226aea)
1971- Remove yarn lock file [`26c095e`](https://github.com/netlify/cli/commit/26c095e761fbcc4dd0b5f3a669ff9dc3b19f8e31)
1972
1973## v1.2.3 - 2018-07-10
1974
1975### Merged
1976
1977- Fix authentication prompt typo [`#41`](https://github.com/netlify/cli/pull/41)
1978- deprecatin' [`#38`](https://github.com/netlify/cli/pull/38)
1979- Add missing project management files. [`#22`](https://github.com/netlify/cli/pull/22)
1980- Add "env" command [`#18`](https://github.com/netlify/cli/pull/18)
1981- Permalink is displayed after deployment (along with the alias URL). [`#5`](https://github.com/netlify/cli/pull/5)
1982
1983### Fixed
1984
1985- Fixes #3 - Content-Length was not always correct in post requests [`#3`](https://github.com/netlify/cli/issues/3)
1986
1987### Commits
1988
1989- Remove troublesome lock files [`2a43998`](https://github.com/netlify/cli/commit/2a43998fa616b973779a7a2e3f1534eef73c09e4)
1990- Fix dependencies with shrinkwrap and yarn.lock [`f4f5dc3`](https://github.com/netlify/cli/commit/f4f5dc3de1fa1f33508e4c667dca3d1a7aea7b34)
1991- User inquirer instead of prompt [`9c57d24`](https://github.com/netlify/cli/commit/9c57d240435d5e7b47722b8f8087134ea8f603fa)