From d7f26db311bf6b39b03c4f8f578c956718363b44 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Sun, 30 Aug 2020 16:56:06 +0200 Subject: [PATCH] 2.59.2 --- CHANGELOG.md | 357 +++++++++++++++++++++++++--------------------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 196 insertions(+), 165 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a3ea58a122..b5ba87bd2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v2.59.2](https://github.com/netlify/cli/compare/v2.59.1...v2.59.2) - 2020-08-30 + +### Merged + +- fix(command-dev): Use 404.html page in publish folder [`#1159`](https://github.com/netlify/cli/pull/1159) +- fix(deps): update dependency @netlify/build to v3.3.4 [`#1156`](https://github.com/netlify/cli/pull/1156) +- fix(command-dev): return .html file when file and folder share name [`#1155`](https://github.com/netlify/cli/pull/1155) +- fix(deps): update dependency @netlify/build to v3.3.3 [`#1154`](https://github.com/netlify/cli/pull/1154) +- fix(deps): update dependency execa to v3 [`#1132`](https://github.com/netlify/cli/pull/1132) +- fix: remove v from version string in package.json [`#1153`](https://github.com/netlify/cli/pull/1153) +- fix(deps): update dependency http-proxy-middleware to v1 [`#1139`](https://github.com/netlify/cli/pull/1139) +- fix(deps): update dependency log-symbols to v3 [`#1142`](https://github.com/netlify/cli/pull/1142) +- fix(deps): update dependency cli-spinners to v2 [`#1129`](https://github.com/netlify/cli/pull/1129) +- fix(deps): update netlify packages [`#1151`](https://github.com/netlify/cli/pull/1151) +- fix(deps): update dependency find-up to v4 [`#1134`](https://github.com/netlify/cli/pull/1134) +- fix(deps): update dependency ora to v4 [`#1145`](https://github.com/netlify/cli/pull/1145) +- chore(deps): lock file maintenance [`#1149`](https://github.com/netlify/cli/pull/1149) +- fix(deps): update dependency is-docker to v2 [`#1141`](https://github.com/netlify/cli/pull/1141) +- fix(deps): update netlify packages [`#1150`](https://github.com/netlify/cli/pull/1150) +- fix(deps): update dependency p-wait-for to v3 [`#1146`](https://github.com/netlify/cli/pull/1146) +- refactor: clean up addEnvVariables function [`#1124`](https://github.com/netlify/cli/pull/1124) +- fix(deps): update dependency axios to ^0.20.0 [`#1127`](https://github.com/netlify/cli/pull/1127) +- chore: update issue templates [`#1090`](https://github.com/netlify/cli/pull/1090) +- chore(deps): ignore major updates breaking node 8 support [`#1115`](https://github.com/netlify/cli/pull/1115) +- chore(deps): update dependency strip-ansi to v6 [`#1107`](https://github.com/netlify/cli/pull/1107) +- chore(deps): update dependency rimraf to v3 [`#1106`](https://github.com/netlify/cli/pull/1106) +- chore(deps): update dependency eslint-plugin-node to v11 [`#1101`](https://github.com/netlify/cli/pull/1101) +- chore(deps): update dependency markdown-magic to v1 [`#1103`](https://github.com/netlify/cli/pull/1103) +- chore(deps): update dependency nyc to v15 [`#1104`](https://github.com/netlify/cli/pull/1104) +- fix(deps): update dependency ansi-styles to v4 [`#1112`](https://github.com/netlify/cli/pull/1112) +- chore(deps): update dependency eslint-config-prettier to v6 [`#1100`](https://github.com/netlify/cli/pull/1100) +- chore(deps): update dependency auto-changelog to v2 [`#1097`](https://github.com/netlify/cli/pull/1097) +- fix(deps): update dependency @types/aws-lambda to ^8.10.61 [`#1095`](https://github.com/netlify/cli/pull/1095) +- chore(deps): lock file maintenance [`#1114`](https://github.com/netlify/cli/pull/1114) +- fix(deps): update dependency @netlify/build to v3.3.0 [`#1089`](https://github.com/netlify/cli/pull/1089) + +### Commits + +- docs: fix sites:delete docs [`712bde2`](https://github.com/netlify/cli/commit/712bde2a6d95d88a31f20331e6f0cf20aab91128) + ## [v2.59.1](https://github.com/netlify/cli/compare/v2.59.0...v2.59.1) - 2020-08-13 ### Merged @@ -207,7 +247,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update test names [`2a1d458`](https://github.com/netlify/cli/commit/2a1d458b0f9fc0c40e79f9eea92cc36f059cf6cd) - Dev: Add test for / [`b2cc71d`](https://github.com/netlify/cli/commit/b2cc71dfcc7d6297a93986a6ebe835928859029e) -## [v2.49.0](https://github.com/netlify/cli/compare/v2.48.0...v2.49.0) - 2020-05-06 +## [v2.49.0](https://github.com/netlify/cli/compare/v2.48.0...v2.49.0) - 2020-05-05 ### Merged @@ -243,7 +283,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Docs: Use better word [`b7a28d0`](https://github.com/netlify/cli/commit/b7a28d026b04ec068c0cca24edad81593413ec9f) - Docs: Fix netlify dev port conflict [`61b4eab`](https://github.com/netlify/cli/commit/61b4eabd28faafda7fd7ad8e5bdff6f0e1b36ea9) -## [v2.47.0](https://github.com/netlify/cli/compare/v2.46.0...v2.47.0) - 2020-04-18 +## [v2.47.0](https://github.com/netlify/cli/compare/v2.46.0...v2.47.0) - 2020-04-17 ### Merged @@ -279,22 +319,27 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Dev: Dont crash on no config file [`#822`](https://github.com/netlify/cli/pull/822) - Improve child process spawning [`#818`](https://github.com/netlify/cli/pull/818) -## [v2.44.0](https://github.com/netlify/cli/compare/v2.42.0...v2.44.0) - 2020-04-12 +## [v2.44.0](https://github.com/netlify/cli/compare/v2.43.0...v2.44.0) - 2020-04-12 ### Merged - Dev: Resolve command before spawning [`#816`](https://github.com/netlify/cli/pull/816) - Update tests [`#812`](https://github.com/netlify/cli/pull/812) - Upgrade netlify-redirect-parser [`#814`](https://github.com/netlify/cli/pull/814) + +## [v2.43.0](https://github.com/netlify/cli/compare/v2.42.0...v2.43.0) - 2020-04-09 + +### Merged + - Fix `netlify build` crash [`#813`](https://github.com/netlify/cli/pull/813) - Dev: Rewrite for internal URL with SPA servers [`#810`](https://github.com/netlify/cli/pull/810) - Cleanup [`#811`](https://github.com/netlify/cli/pull/811) ### Commits +- Upgrade netlify-redirect-parser [`97afd59`](https://github.com/netlify/cli/commit/97afd5981f9a1381623ab7ab616e75b3ef79a799) - Tests: Use node-fetch instead [`717e419`](https://github.com/netlify/cli/commit/717e4192e9dc0f73b6eba5486a19b4bf9d88a3c4) - Remove CircleCI integration [`5e96966`](https://github.com/netlify/cli/commit/5e969661e4e885c1cd49d6d612ad4666f9674f3c) -- Create main.yml [`f5eeea7`](https://github.com/netlify/cli/commit/f5eeea7e3886828e14d53b241e25d903950532b3) ## [v2.42.0](https://github.com/netlify/cli/compare/v2.41.0...v2.42.0) - 2020-04-08 @@ -312,7 +357,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Dev: Fix index redirect for static files [`#796`](https://github.com/netlify/cli/pull/796) - Upgrade to latest version of Netlify Build [`#795`](https://github.com/netlify/cli/pull/795) -## [v2.41.0](https://github.com/netlify/cli/compare/v2.40.0...v2.41.0) - 2020-04-07 +## [v2.41.0](https://github.com/netlify/cli/compare/v2.40.0...v2.41.0) - 2020-04-06 ### Merged @@ -368,7 +413,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update information about env variables [`12e1b18`](https://github.com/netlify/cli/commit/12e1b18c5b649ad88e3a869de560e07695f7f96a) - Docs: Update local development docs [`8b0b719`](https://github.com/netlify/cli/commit/8b0b71978ffcfbb2f3eec36e72e44fdacf3ebbe2) -## [v2.38.0](https://github.com/netlify/cli/compare/v2.37.0...v2.38.0) - 2020-03-11 +## [v2.38.0](https://github.com/netlify/cli/compare/v2.37.0...v2.38.0) - 2020-03-10 ### Merged @@ -401,8 +446,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - Dev: Add tests for functions timeout [`6ca7ea2`](https://github.com/netlify/cli/commit/6ca7ea2b62606d1a9cbb1eb685fb89f9da2789f5) +- adds angular detector [`be85e0d`](https://github.com/netlify/cli/commit/be85e0d6e6355886c0010e5343104e00061063f5) - CircleCI: Remove deploy step [`91feb1d`](https://github.com/netlify/cli/commit/91feb1d3bbd21008da4ed214f01329eaa5d6fd0c) -- netlify deploy: Fix hang by upgrading @netlify/config [`5641e15`](https://github.com/netlify/cli/commit/5641e15742ae3fd66fe6ee1445f4672821d93098) ## [v2.35.0](https://github.com/netlify/cli/compare/v2.34.0...v2.35.0) - 2020-02-19 @@ -421,8 +466,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - Add support for .env files [`3ca0769`](https://github.com/netlify/cli/commit/3ca076926c31e50a42fe2a3985f761ffcbe8310d) -- adds angular detector [`be85e0d`](https://github.com/netlify/cli/commit/be85e0d6e6355886c0010e5343104e00061063f5) - Update package-lock.json [`c7ee6ed`](https://github.com/netlify/cli/commit/c7ee6eda05bb4e5c40bed683511a0c08f0a03956) +- Add docs for Netlify Dev env vars [`8f84d48`](https://github.com/netlify/cli/commit/8f84d48f3aaf207a0523ed6649f036f26893108b) ## [v2.33.0](https://github.com/netlify/cli/compare/v2.32.0...v2.33.0) - 2020-02-19 @@ -436,7 +481,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update package-lock.json [`afd1c50`](https://github.com/netlify/cli/commit/afd1c506f98f72f972fe3820edc8a5a9b06280fd) - Upgrade js-client to 3.0.0 [`59c4189`](https://github.com/netlify/cli/commit/59c41895d00bbb5757d5a2686c629e546b056f0a) -- Fix path name when rewriting functions URL [`782d9bc`](https://github.com/netlify/cli/commit/782d9bcb7a7c80db683771abd6434770f2eea7e2) ## [v2.32.0](https://github.com/netlify/cli/compare/v2.31.0...v2.32.0) - 2020-02-07 @@ -446,11 +490,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore: add renovate config [`#703`](https://github.com/netlify/cli/pull/703) - Create CODEOWNERS [`#697`](https://github.com/netlify/cli/pull/697) -### Commits - -- [api] Add support for not passing the data flag when it is not needed [`ef19863`](https://github.com/netlify/cli/commit/ef19863b92430ad38d496238cbb15705102bd84c) -- asking for a bit more info and clarifying how to search the issues list [`c064270`](https://github.com/netlify/cli/commit/c064270784b2c0fa26c51860d7e8ecda3bb6bbd4) - ## [v2.31.0](https://github.com/netlify/cli/compare/v2.30.0...v2.31.0) - 2020-02-02 ### Merged @@ -551,13 +590,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- Allow users to configure Git remote on init [`21dcef9`](https://github.com/netlify/cli/commit/21dcef943c9c55476a45ad65ea69e0bcac75a4ad) -- Remove useless conditional [`550c653`](https://github.com/netlify/cli/commit/550c653ec5c6726f6adfd7260162ff0f7dbcb10e) - Update changelog to fix inconsistency [`4468429`](https://github.com/netlify/cli/commit/446842907a034ecc7dd58db072fd11c45802c8d9) -## [v2.24.0](https://github.com/netlify/cli/compare/v2.23.1...v2.24.0) - 2019-12-06 +## [v2.24.0](https://github.com/netlify/cli/compare/v2.23.1...v2.24.0) - 2019-12-07 -## [v2.23.1](https://github.com/netlify/cli/compare/v2.23.0...v2.23.1) - 2019-12-06 +## [v2.23.1](https://github.com/netlify/cli/compare/v2.23.0...v2.23.1) - 2019-12-07 ### Merged @@ -565,9 +602,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- refactor: add siteId [`eb3f96f`](https://github.com/netlify/cli/commit/eb3f96f588d15fe4db1d654cacace1f0c11b4110) -- chore: add todo [`b191361`](https://github.com/netlify/cli/commit/b19136105e7864fa956c9b37210521356f5e0ff6) -- Check if process exists before try to kill [`04fc714`](https://github.com/netlify/cli/commit/04fc714444567557af1a17c0c6d6d21f1650b0e7) +- refactor: delete old config parsing [`6bd8a44`](https://github.com/netlify/cli/commit/6bd8a44c9c7ae08832ca1099f0820f9ea80eba09) +- fix: dont run detector sync lookup for every command [`18f1b30`](https://github.com/netlify/cli/commit/18f1b306c6ad101cc8126c7174a1f99ccf15ef32) +- chore: update config dep [`4012c9d`](https://github.com/netlify/cli/commit/4012c9d66fe37af570e43e3007ec527d373e5fd1) ## [v2.23.0](https://github.com/netlify/cli/compare/v2.22.0...v2.23.0) - 2019-12-05 @@ -589,9 +626,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- refactor: delete old config parsing [`6bd8a44`](https://github.com/netlify/cli/commit/6bd8a44c9c7ae08832ca1099f0820f9ea80eba09) -- fix: dont run detector sync lookup for every command [`18f1b30`](https://github.com/netlify/cli/commit/18f1b306c6ad101cc8126c7174a1f99ccf15ef32) -- chore: update config dep [`4012c9d`](https://github.com/netlify/cli/commit/4012c9d66fe37af570e43e3007ec527d373e5fd1) +- Allow no configuration file [`a9977b0`](https://github.com/netlify/cli/commit/a9977b004df193bbff3b5d839aefdaf466fa29c9) ## [v2.21.0](https://github.com/netlify/cli/compare/v2.20.2...v2.21.0) - 2019-11-13 @@ -601,8 +636,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- Use netlify-redirect-parser package [`02879d1`](https://github.com/netlify/cli/commit/02879d1a795284dff1e6b6dbe2bb747cd691191b) -- show useful error if targetPort is unknown [`0b4c507`](https://github.com/netlify/cli/commit/0b4c5076a2bd1badd8c7458e8841dc224e2396d6) - netlify dev: Warning if open fails [`8a4e8a7`](https://github.com/netlify/cli/commit/8a4e8a7e929f70bb5b5fd0df901646b1b071c9a4) ## [v2.20.2](https://github.com/netlify/cli/compare/v2.20.1...v2.20.2) - 2019-11-01 @@ -630,12 +663,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Improve Netlify Build CLI [`936a827`](https://github.com/netlify/cli/commit/936a82757d398ef4b473bac346829f79c146e009) - Fix semver issue with @netlify/build [`300db4d`](https://github.com/netlify/cli/commit/300db4da3e9d2dfff5f401e856ee2b61e47bcf94) -## [v2.20.0](https://github.com/netlify/cli/compare/v2.19.5...v2.20.0) - 2019-10-28 +## [v2.20.0](https://github.com/netlify/cli/compare/v2.19.6...v2.20.0) - 2019-10-28 + +## [v2.19.6](https://github.com/netlify/cli/compare/v2.19.5...v2.19.6) - 2019-10-28 ### Merged - Allow overriding the api target host [`#582`](https://github.com/netlify/cli/pull/582) +### Commits + +- Add missing import for node 8 [`d9cb6f3`](https://github.com/netlify/cli/commit/d9cb6f39ec2c760a0dd678b633ceb9340fc7b434) + ## [v2.19.5](https://github.com/netlify/cli/compare/v2.19.4...v2.19.5) - 2019-10-28 ### Merged @@ -643,7 +682,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix Prettier (second round) [`#557`](https://github.com/netlify/cli/pull/557) - Use semver with Netlify Build [`#591`](https://github.com/netlify/cli/pull/591) -## [v2.19.4](https://github.com/netlify/cli/compare/v2.19.3...v2.19.4) - 2019-10-25 +## [v2.19.4](https://github.com/netlify/cli/compare/v2.19.3...v2.19.4) - 2019-10-26 ### Merged @@ -653,7 +692,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump @netlify/build version [`f1318fc`](https://github.com/netlify/cli/commit/f1318fc4a6ee6da417140e91e86f48310ac4d119) - Bump build version [`f97a152`](https://github.com/netlify/cli/commit/f97a152573c22f08f20523d04628df1fb8027318) -- Update code links to new repository [`6b16e65`](https://github.com/netlify/cli/commit/6b16e65e303292ce1c2b20d8bf9f1faba4d60620) ## [v2.19.3](https://github.com/netlify/cli/compare/v2.19.2...v2.19.3) - 2019-10-24 @@ -676,8 +714,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - chore: bump build [`b2ce606`](https://github.com/netlify/cli/commit/b2ce606c7a843a28af7fb6938c25225fcc30883f) -- Allow overriding the api target host [`8749372`](https://github.com/netlify/cli/commit/8749372b9147bc5153901a21075474af8c6b197d) - Formatting [`cb26ae7`](https://github.com/netlify/cli/commit/cb26ae74f0e0dd9bc820c8194cea40574bb9cee6) +- chore: update lock [`9bb0310`](https://github.com/netlify/cli/commit/9bb0310202ca2bb1c5d317cb508adfd6915f4326) ## [v2.19.0](https://github.com/netlify/cli/compare/v2.18.2...v2.19.0) - 2019-10-16 @@ -724,6 +762,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Dev: Fix port flag [`#488`](https://github.com/netlify/cli/pull/488) +### Commits + +- Dev: Add targetPort flag [`444f421`](https://github.com/netlify/cli/commit/444f421e32c7733cdae5126807e28faa2cdd6174) + ## [v2.16.0](https://github.com/netlify/cli/compare/v2.15.0...v2.16.0) - 2019-10-07 ### Merged @@ -750,7 +792,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Merge `cli-utils` repository [`6bced11`](https://github.com/netlify/cli/commit/6bced11e2c9be2de143dc8ef945025d9df123c6e) - Dev: Move rediects logic into proxy server [`d6bee67`](https://github.com/netlify/cli/commit/d6bee67cbef01f337f00b00cf0f5a792400fd11a) -## [v2.15.0](https://github.com/netlify/cli/compare/v2.14.0...v2.15.0) - 2019-09-12 +## [v2.15.0](https://github.com/netlify/cli/compare/v2.14.0...v2.15.0) - 2019-09-13 ### Merged @@ -760,11 +802,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits +- docs: update add-on & api docs [`cd8a353`](https://github.com/netlify/cli/commit/cd8a353edbd6783beccf86c47d9ebf0ebb079ba1) - RulesProxy: Make sure _redirects works with dev [`27f92f2`](https://github.com/netlify/cli/commit/27f92f23148f7250e63a1586744d155a54751cd5) - update logo [`3984bbb`](https://github.com/netlify/cli/commit/3984bbb1c4177fb410f9100d83baac7875ea0025) -- Dev: Make stdio more maintainable [`4cbdb02`](https://github.com/netlify/cli/commit/4cbdb02ca85c7680b9c469aad5ce725e3975f86f) -## [v2.14.0](https://github.com/netlify/cli/compare/v2.13.1...v2.14.0) - 2019-09-11 +## [v2.14.0](https://github.com/netlify/cli/compare/v2.13.1...v2.14.0) - 2019-09-12 ### Merged @@ -797,9 +839,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- Restore ability to search by site name in `link` [`9eb0146`](https://github.com/netlify/cli/commit/9eb0146dd236791396acab2c8f6f0b93a8b0c7ee) -- Edit prompt text for clarity and consistency [`e211d3e`](https://github.com/netlify/cli/commit/e211d3ed268692304440f220e7b6b126edd76eed) -- Simplify site selection in git remote prompt [`d128518`](https://github.com/netlify/cli/commit/d1285188a9bd35c238e25ff8c9691bc7755dbf17) +- Update src/commands/deploy.js [`1086a27`](https://github.com/netlify/cli/commit/1086a2710d0317dcb58beae3c556507f62bec802) +- Dependencies: Move @oclif/plugin-help back [`71d6b01`](https://github.com/netlify/cli/commit/71d6b01f337ce383ac8499924e4b3eadec477931) +- Jekyll dectector: Remove -l param [`7df6cdf`](https://github.com/netlify/cli/commit/7df6cdfaf802fdea7b454d2268e81285079f3125) ## [v2.13.0](https://github.com/netlify/cli/compare/v2.12.0...v2.13.0) - 2019-08-29 @@ -828,57 +870,46 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Create netlify-dev.md [`c45fa71`](https://github.com/netlify/cli/commit/c45fa713c13590ae47202f02425e8e5c1abe78b6) - Remove netlify-dev-plugin from config [`278714f`](https://github.com/netlify/cli/commit/278714f6037cfe27aed8b25e6d63a059f3fa62b8) -## [v2.12.0](https://github.com/netlify/cli/compare/v2.11.33...v2.12.0) - 2019-07-30 +## [v2.12.0](https://github.com/netlify/cli/compare/v2.11.34...v2.12.0) - 2019-07-31 + +## [v2.11.34](https://github.com/netlify/cli/compare/v2.11.33...v2.11.34) - 2019-07-31 ### Commits - Use package-lock.json [`39eeafc`](https://github.com/netlify/cli/commit/39eeafc0adc1e7c43b649655867c6a1d7b680fa2) -- add “netlify api” command [`0e7be74`](https://github.com/netlify/cli/commit/0e7be7478347aecab6f39295f7f154d38ac88d4a) -- lint [`946e4e5`](https://github.com/netlify/cli/commit/946e4e56ff172d858995ca314668c912a744414a) +- Update netlify-dev-plugin [`3efc108`](https://github.com/netlify/cli/commit/3efc10811aaa7a622f46afe3a86c22ebf3cbd03c) +- Revert "Update netlify-dev-plugin" [`d0dee3d`](https://github.com/netlify/cli/commit/d0dee3d0d96999f72c45815aa5154f78c1ffd4ea) -## [v2.11.33](https://github.com/netlify/cli/compare/v2.11.32...v2.11.33) - 2019-07-30 +## [v2.11.33](https://github.com/netlify/cli/compare/2.11.32...v2.11.33) - 2019-07-31 ### Commits - Update netlify-dev-plugin [`a254ec0`](https://github.com/netlify/cli/commit/a254ec0af306b6c9ec4feb3a91763f1a8f426d35) -## [v2.11.32](https://github.com/netlify/cli/compare/v2.11.31...v2.11.32) - 2019-07-30 +## [2.11.32](https://github.com/netlify/cli/compare/v2.11.32...2.11.32) - 2019-07-31 + +## [v2.11.32](https://github.com/netlify/cli/compare/v2.11.31...v2.11.32) - 2019-07-31 ### Commits -- Show up local envinfo [`e6946a7`](https://github.com/netlify/cli/commit/e6946a7b828fb02958cf2e37a07de3bd61464253) - Update netlify-dev-plugin [`0846337`](https://github.com/netlify/cli/commit/08463371eccdee7a32a4e0cb492d7ab63ab3d77b) -- Minor fix [`8447422`](https://github.com/netlify/cli/commit/8447422e77d36a82bae15aab63c50a37e5dc1cb6) -## [v2.11.31](https://github.com/netlify/cli/compare/v2.11.30-re-release10...v2.11.31) - 2019-07-24 +## [v2.11.31](https://github.com/netlify/cli/compare/v2.11.30...v2.11.31) - 2019-07-24 ### Merged - Add missing postinstall script [`#380`](https://github.com/netlify/cli/pull/380) +- Deployment changes [`#377`](https://github.com/netlify/cli/pull/377) ### Commits -- undo [`4e0763f`](https://github.com/netlify/cli/commit/4e0763f032b2334f6d7da6c4bec4334bcb87e0f8) -- disable circle pub [`625f7bf`](https://github.com/netlify/cli/commit/625f7bf0fc669bdc87f5f4cfa2f0c66c97b39ac6) -- include missing postinstall [`ce99567`](https://github.com/netlify/cli/commit/ce995672ee9aa444860fe85f7094b127da798bb1) - -## [v2.11.30](https://github.com/netlify/cli/compare/v2.11.29...v2.11.30) - 2019-07-24 - -### Merged - -- Add global --json, --auth, && --silent flag support [`#371`](https://github.com/netlify/cli/pull/371) -- [WIP] Add integration tests [`#254`](https://github.com/netlify/cli/pull/254) -- Add postinstall success message [`#367`](https://github.com/netlify/cli/pull/367) -- Remove Github token from browser history [`#364`](https://github.com/netlify/cli/pull/364) -- add release checklist notes [`#363`](https://github.com/netlify/cli/pull/363) +- Add CircleCI config [`3cf419a`](https://github.com/netlify/cli/commit/3cf419a8e7a7f27e71ff5c349438225912a6c3ef) +- Update CircleCI config [`9337235`](https://github.com/netlify/cli/commit/9337235a898455a0c1ef87a23c890054d0970e7f) +- Delete .travis.yml [`a2b9d33`](https://github.com/netlify/cli/commit/a2b9d33bb2657be918b3c9a29eeb53c35cb74386) -### Commits +## [v2.11.30](https://github.com/netlify/cli/compare/v2.11.30-re-release9...v2.11.30) - 2019-07-24 -- Update npm-shrinkwrap.json [`109cfa4`](https://github.com/netlify/cli/commit/109cfa42de22a4109e866b190ed60f20d294cb78) -- update addon commands to support silent flag [`e5fd29c`](https://github.com/netlify/cli/commit/e5fd29ce8dcc6a81bf0e652dde18e2a9e467eacd) -- add working site:delete command [`24ccc8b`](https://github.com/netlify/cli/commit/24ccc8b4187f280d76ba4538057f18b24f0db165) - -## [v2.11.30-re-release9](https://github.com/netlify/cli/compare/v2.11.30-re-release8...v2.11.30-re-release9) - 2019-07-24 +## [v2.11.30-re-release9](https://github.com/netlify/cli/compare/v2.11.30-re-release8...v2.11.30-re-release9) - 2019-07-25 ### Merged @@ -909,7 +940,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update .travis.yml [`79e413a`](https://github.com/netlify/cli/commit/79e413a83b2ff88eaab013df4c892316abba6ca2) - Update .travis.yml [`339cdf8`](https://github.com/netlify/cli/commit/339cdf8f253785d96cffba1ccd883411b0565460) -## [v2.11.30-re-release5](https://github.com/netlify/cli/compare/v2.11.30-re-release3...v2.11.30-re-release5) - 2019-07-24 +## [v2.11.30-re-release5](https://github.com/netlify/cli/compare/v2.11.30-re-release4...v2.11.30-re-release5) - 2019-07-24 + +## [v2.11.30-re-release4](https://github.com/netlify/cli/compare/v2.11.30-re-release3...v2.11.30-re-release4) - 2019-07-24 ### Commits @@ -921,25 +954,35 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Remove "prepublishOnly" script [`cc50357`](https://github.com/netlify/cli/commit/cc50357b4e54074f585df7e8ddbbf7584d851d07) -## [v2.11.30-re-release2](https://github.com/netlify/cli/compare/v2.11.30-re-release...v2.11.30-re-release2) - 2019-07-24 +## [v2.11.30-re-release2](https://github.com/netlify/cli/compare/v2.11.30-re-release10...v2.11.30-re-release2) - 2019-07-24 -### Commits +## [v2.11.30-re-release10](https://github.com/netlify/cli/compare/v2.11.30-re-release...v2.11.30-re-release10) - 2019-07-25 -- Travis: Remove branch constraint from deploy [`fca8133`](https://github.com/netlify/cli/commit/fca813339e18111b7711d0bc6392ad5b6af42f82) +### Merged -## [v2.11.30-re-release10](https://github.com/netlify/cli/compare/v2.11.30-re-release9...v2.11.30-re-release10) - 2019-07-24 +- Deployment changes [`#377`](https://github.com/netlify/cli/pull/377) ### Commits +- Add CircleCI config [`3cf419a`](https://github.com/netlify/cli/commit/3cf419a8e7a7f27e71ff5c349438225912a6c3ef) - Update CircleCI config [`9337235`](https://github.com/netlify/cli/commit/9337235a898455a0c1ef87a23c890054d0970e7f) - Delete .travis.yml [`a2b9d33`](https://github.com/netlify/cli/commit/a2b9d33bb2657be918b3c9a29eeb53c35cb74386) -- CircleCI: Don't deploy on branches [`c7d72ae`](https://github.com/netlify/cli/commit/c7d72ae736cd54ed87ff8cff6d4dd5bf60d7c612) -## [v2.11.30-re-release](https://github.com/netlify/cli/compare/v2.11.30...v2.11.30-re-release) - 2019-07-24 +## [v2.11.30-re-release](https://github.com/netlify/cli/compare/v2.11.29...v2.11.30-re-release) - 2019-07-24 + +### Merged + +- Add global --json, --auth, && --silent flag support [`#371`](https://github.com/netlify/cli/pull/371) +- [WIP] Add integration tests [`#254`](https://github.com/netlify/cli/pull/254) +- Add postinstall success message [`#367`](https://github.com/netlify/cli/pull/367) +- Remove Github token from browser history [`#364`](https://github.com/netlify/cli/pull/364) +- add release checklist notes [`#363`](https://github.com/netlify/cli/pull/363) ### Commits -- Revert "Revert "Disable deploy on master branch"" [`b8b5d50`](https://github.com/netlify/cli/commit/b8b5d506df34d01107288e806e3745248e5a1566) +- Update npm-shrinkwrap.json [`109cfa4`](https://github.com/netlify/cli/commit/109cfa42de22a4109e866b190ed60f20d294cb78) +- update addon commands to support silent flag [`e5fd29c`](https://github.com/netlify/cli/commit/e5fd29ce8dcc6a81bf0e652dde18e2a9e467eacd) +- add integration tests for addon creation flow [`8c497f7`](https://github.com/netlify/cli/commit/8c497f7d16d10fa6f55b766fa74003d0d19403d7) ## [v2.11.29](https://github.com/netlify/cli/compare/v2.11.28...v2.11.29) - 2019-07-19 @@ -957,6 +1000,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Allow user to choose another site name if current doesn't exist [`#342`](https://github.com/netlify/cli/pull/342) - Add Github login through app.netlify.com [`#348`](https://github.com/netlify/cli/pull/348) +### Commits + +- Allow user to input different site name [`524f368`](https://github.com/netlify/cli/commit/524f368abcd6e0b69290515704f3b889e0d0d358) +- Improve styles for CLI login page [`429118f`](https://github.com/netlify/cli/commit/429118f479dd2cb7228d394935b117787a8d3af8) +- Don't repeat request for username [`5e978d0`](https://github.com/netlify/cli/commit/5e978d08064332517bab1b7ae9dd9c6bb0f6bfc8) + ## [v2.11.26](https://github.com/netlify/cli/compare/v2.11.25...v2.11.26) - 2019-07-17 ## [v2.11.25](https://github.com/netlify/cli/compare/v2.11.24...v2.11.25) - 2019-07-17 @@ -965,7 +1014,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - update util dep [`#357`](https://github.com/netlify/cli/pull/357) -## [v2.11.24](https://github.com/netlify/cli/compare/v2.11.23...v2.11.24) - 2019-07-17 +## [v2.11.24](https://github.com/netlify/cli/compare/v2.11.23...v2.11.24) - 2019-07-16 ### Merged @@ -978,9 +1027,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- Add Github login through app.netlify.com [`7390469`](https://github.com/netlify/cli/commit/73904695dc5155931477dcc22fca0c0b018b7ccc) -- Allow user to input different site name [`524f368`](https://github.com/netlify/cli/commit/524f368abcd6e0b69290515704f3b889e0d0d358) - bump cli-utils [`40b4b8e`](https://github.com/netlify/cli/commit/40b4b8e9d4daf756495f803ebd5c5ab4abf60936) +- update netlify status logic & exit early if no token [`2ead87f`](https://github.com/netlify/cli/commit/2ead87f0af9f35aa2290fb8355cc9f544859c48b) +- Update login/logout login + message to user [`82fb06d`](https://github.com/netlify/cli/commit/82fb06d6dca6244a419c45a25825da21446427f3) ## [v2.11.23](https://github.com/netlify/cli/compare/v2.11.22...v2.11.23) - 2019-06-17 @@ -999,7 +1048,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - add chalk to netlify init output [`0b806bf`](https://github.com/netlify/cli/commit/0b806bfd72120fb105d54ff5b50dff03d8d265d2) -## [v2.11.21](https://github.com/netlify/cli/compare/v2.11.20...v2.11.21) - 2019-06-06 +## [v2.11.21](https://github.com/netlify/cli/compare/v2.11.20...v2.11.21) - 2019-06-05 ### Merged @@ -1009,29 +1058,26 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - update deps [`636af33`](https://github.com/netlify/cli/commit/636af33fdcb4648bff136ff74a25dac298a98f51) +- remove CLI spinners when —json flag present [`ba56d7b`](https://github.com/netlify/cli/commit/ba56d7b0dcbfa501da9333045ecc62520726ded2) -## [v2.11.20](https://github.com/netlify/cli/compare/v2.11.19...v2.11.20) - 2019-06-05 +## [v2.11.20](https://github.com/netlify/cli/compare/v2.11.19...v2.11.20) - 2019-06-04 ### Merged - Friendlier output for newcomers [`#323`](https://github.com/netlify/cli/pull/323) +- only show config prompts for addons with config [`#317`](https://github.com/netlify/cli/pull/317) ### Commits - update deps [`6d17935`](https://github.com/netlify/cli/commit/6d179356eeec9aa3b5837818cf0101936eddb461) +- only log if manifest has keys [`0c6c60f`](https://github.com/netlify/cli/commit/0c6c60f131db9169d6beb17e264dd570a88821f9) - make existing repo sound more like a success than a failure [`6a7faf5`](https://github.com/netlify/cli/commit/6a7faf598dc5d386853ebbfd61f0faefcfc973ec) -- make success more clear [`958b55b`](https://github.com/netlify/cli/commit/958b55bfc023247df8380a15b5eb0b370d34718a) ## [v2.11.19](https://github.com/netlify/cli/compare/v2.11.18...v2.11.19) - 2019-05-20 -### Merged - -- only show config prompts for addons with config [`#317`](https://github.com/netlify/cli/pull/317) - ### Commits - udpate deps [`5f5ce53`](https://github.com/netlify/cli/commit/5f5ce5346737ebc580160ed8262056dadbe572f3) -- only log if manifest has keys [`0c6c60f`](https://github.com/netlify/cli/commit/0c6c60f131db9169d6beb17e264dd570a88821f9) ## [v2.11.18](https://github.com/netlify/cli/compare/v2.11.17...v2.11.18) - 2019-05-09 @@ -1050,8 +1096,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - bump dev plugin [`bacbcf2`](https://github.com/netlify/cli/commit/bacbcf2a592fc62d57f9887aa98710db03838298) -- add —json flag for programatic access [`ca24e49`](https://github.com/netlify/cli/commit/ca24e49ce1dea69f76a5ee6c7bb40cb28da690a2) -- remove CLI spinners when —json flag present [`ba56d7b`](https://github.com/netlify/cli/commit/ba56d7b0dcbfa501da9333045ecc62520726ded2) ## [v2.11.15](https://github.com/netlify/cli/compare/v2.11.14...v2.11.15) - 2019-04-29 @@ -1110,23 +1154,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ## [v2.11.9](https://github.com/netlify/cli/compare/v2.11.8...v2.11.9) - 2019-04-16 +### Merged + +- Use cli-utils [`#289`](https://github.com/netlify/cli/pull/289) + ### Commits - update deps [`fbd5a22`](https://github.com/netlify/cli/commit/fbd5a22a0b815a5e5a95ad22c1b8a536b4c1f3c3) +- Try npm task provider [`ca528e3`](https://github.com/netlify/cli/commit/ca528e3121e0ef0253f6d6c60115a9cd9a16289d) - merge [`2bf7632`](https://github.com/netlify/cli/commit/2bf7632ad131b70fc83e7d74374c1606b85759a5) -- merge [`28c1912`](https://github.com/netlify/cli/commit/28c19123127e4062537fcd2fdf01841159e32937) ## [v2.11.8](https://github.com/netlify/cli/compare/v2.11.7...v2.11.8) - 2019-04-16 -### Merged - -- Use cli-utils [`#289`](https://github.com/netlify/cli/pull/289) - ### Commits - update netlify dev plugin [`514d759`](https://github.com/netlify/cli/commit/514d7591609fbd645c1de87f47200099e6919abe) -- Add a test for raw parsing [`deb4cb9`](https://github.com/netlify/cli/commit/deb4cb97cf0ef12efba83b07c719064e9e16342e) -- Use conventional file casing [`60ad9d0`](https://github.com/netlify/cli/commit/60ad9d07c5a43ea24e78b63d70955e1a11dacc13) ## [v2.11.7](https://github.com/netlify/cli/compare/v2.11.6...v2.11.7) - 2019-04-10 @@ -1153,13 +1195,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - bump netlify dev plugin again [`9f17172`](https://github.com/netlify/cli/commit/9f17172f8b8bfa0f349dd6ef2449331842cc2e16) +- add link to netlify dev [`4b560d3`](https://github.com/netlify/cli/commit/4b560d3c3a0c1a376ea1dd26d358616e6fa8e568) ## [v2.11.4](https://github.com/netlify/cli/compare/v2.11.3...v2.11.4) - 2019-04-09 ### Commits - bump netlify dev plugin again [`22c60ed`](https://github.com/netlify/cli/commit/22c60ed384344eb8d8245385a9e803b237802b92) -- add link to netlify dev [`4b560d3`](https://github.com/netlify/cli/commit/4b560d3c3a0c1a376ea1dd26d358616e6fa8e568) ## [v2.11.3](https://github.com/netlify/cli/compare/v2.11.2...v2.11.3) - 2019-04-09 @@ -1187,16 +1229,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits +- upate toml template [`4c2d2d2`](https://github.com/netlify/cli/commit/4c2d2d23cb3b44c082da6a3a687e82dd22ec10ba) +- bring it to manual config as well [`177da2f`](https://github.com/netlify/cli/commit/177da2f63ce46f1ff311d287aeafaf16e89fc6a3) - fix netlify addons:delete bug if multiple addons exist [`f423a40`](https://github.com/netlify/cli/commit/f423a40c398ab7132c805db0a1e36a6695bddc85) -## [v2.11.0-beta.0](https://github.com/netlify/cli/compare/v2.10.1...v2.11.0-beta.0) - 2019-04-09 +## [v2.11.0-beta.0](https://github.com/netlify/cli/compare/v2.10.1...v2.11.0-beta.0) - 2019-04-08 ### Commits - Add dev plugin [`134905f`](https://github.com/netlify/cli/commit/134905f669464e7791674bca1ba3124f3c0eed72) - Prep beta tag [`9428198`](https://github.com/netlify/cli/commit/94281989c25b489c6f5cd5d6d2be8d6401699237) -## [v2.10.1](https://github.com/netlify/cli/compare/v2.10.0...v2.10.1) - 2019-04-09 +## [v2.10.1](https://github.com/netlify/cli/compare/v2.10.0...v2.10.1) - 2019-04-08 ### Merged @@ -1204,15 +1248,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- upate toml template [`4c2d2d2`](https://github.com/netlify/cli/commit/4c2d2d23cb3b44c082da6a3a687e82dd22ec10ba) -- bring it to manual config as well [`177da2f`](https://github.com/netlify/cli/commit/177da2f63ce46f1ff311d287aeafaf16e89fc6a3) - Tweak site create command for new teams [`513a611`](https://github.com/netlify/cli/commit/513a611727aad0acef95c70f4847139f5fb67d98) +- Improve output [`d545b12`](https://github.com/netlify/cli/commit/d545b12059a5b0bd9dbaee8074b1bdcfa509962d) +- Fix test badge [`aecaf04`](https://github.com/netlify/cli/commit/aecaf04aad269557bff39d6c32f23d020b228ade) -## [v2.10.0](https://github.com/netlify/cli/compare/v2.9.1...v2.10.0) - 2019-04-04 +## [v2.10.0](https://github.com/netlify/cli/compare/v2.10.0-beta.1...v2.10.0) - 2019-04-04 ### Merged - Remove shrink-wrap pruning during pack step [`#283`](https://github.com/netlify/cli/pull/283) + +## [v2.10.0-beta.1](https://github.com/netlify/cli/compare/v2.9.1...v2.10.0-beta.1) - 2019-04-04 + +### Merged + - Validate site name on init command [`#264`](https://github.com/netlify/cli/pull/264) - Update delete addon [`#265`](https://github.com/netlify/cli/pull/265) - Removed unknown character from log msg [`#278`](https://github.com/netlify/cli/pull/278) @@ -1222,10 +1271,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - commit shrinkwrap and package-lock changes [`6afd3ef`](https://github.com/netlify/cli/commit/6afd3efdd93a9280deac9a78cdfc9befaa8193b3) +- Standardise capitalization of words in init command [`da29843`](https://github.com/netlify/cli/commit/da29843414794cd00cd35300b582e6f33966e3a2) - fixtypo [`9115870`](https://github.com/netlify/cli/commit/9115870ed08df20beb78189e35a9c0b5aa03ef2a) -- tweak error message [`783c4cc`](https://github.com/netlify/cli/commit/783c4cc398ec2c7a3f7b66c7842d34f321ca3ba0) -## [v2.9.1](https://github.com/netlify/cli/compare/v2.9.0...v2.9.1) - 2019-03-21 +## [v2.9.1](https://github.com/netlify/cli/compare/v2.9.0...v2.9.1) - 2019-03-20 ### Commits @@ -1240,8 +1289,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - add netlify init sugar #210 #267 [`5b5596f`](https://github.com/netlify/cli/commit/5b5596f1b542cc2cf5148710f89e31ae028f935e) -- Standardise capitalization of words in init command [`da29843`](https://github.com/netlify/cli/commit/da29843414794cd00cd35300b582e6f33966e3a2) - minor tweaks [`81de3d5`](https://github.com/netlify/cli/commit/81de3d5a91529ca3195f6cf3ab06c8b2f3922855) +- change to functions as default functions folder name [`11018e6`](https://github.com/netlify/cli/commit/11018e6dd5c802683d9759c61ccc5559839fbd14) ## [v2.8.3](https://github.com/netlify/cli/compare/v2.8.2...v2.8.3) - 2019-03-05 @@ -1250,6 +1299,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update addon validation [`#259`](https://github.com/netlify/cli/pull/259) - Remove functions commands [`#262`](https://github.com/netlify/cli/pull/262) +### Commits + +- add required field check [`4cf8742`](https://github.com/netlify/cli/commit/4cf87421b52782acefc68da8c6fc3c0a71036a0e) +- bail if required flags are not supplied [`0ba36ab`](https://github.com/netlify/cli/commit/0ba36abe991bfd6fd0d9da1091faf4c5797d48fc) +- Bail if required fields missing [`7e547e2`](https://github.com/netlify/cli/commit/7e547e260c24bd4127994d165b07b878beb5e8d9) + ## [v2.8.2](https://github.com/netlify/cli/compare/v2.8.1...v2.8.2) - 2019-03-04 ### Commits @@ -1267,10 +1322,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - Update zip-it-and-ship-it [`5224702`](https://github.com/netlify/cli/commit/5224702d6d09ee760633544f29ee681e9441bba5) -- add integration tests for addon creation flow [`8c497f7`](https://github.com/netlify/cli/commit/8c497f7d16d10fa6f55b766fa74003d0d19403d7) -- add required field check [`4cf8742`](https://github.com/netlify/cli/commit/4cf87421b52782acefc68da8c6fc3c0a71036a0e) +- Space script. [`6cd65a5`](https://github.com/netlify/cli/commit/6cd65a55feb60a1c3cef349fc43abe2d903f5d05) +- Remove report task temporarily. [`9291c20`](https://github.com/netlify/cli/commit/9291c2075463946a9d83ef490113d8a65b2f20b0) -## [v2.8.0](https://github.com/netlify/cli/compare/v2.7.4...v2.8.0) - 2019-02-21 +## [v2.8.0](https://github.com/netlify/cli/compare/v2.7.4...v2.8.0) - 2019-02-20 ### Merged @@ -1280,10 +1335,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - Update semver deps [`ce9578d`](https://github.com/netlify/cli/commit/ce9578dd8ad9881ce61779ad97b49d13ecc6db7f) +- add addon:config & update addon:create command [`8adfa6f`](https://github.com/netlify/cli/commit/8adfa6fa15191e5e40953b9a36cbfe40e7183525) - Keep addons command hidden [`712458d`](https://github.com/netlify/cli/commit/712458d5c74d4f3812f52d290375b8c8321ba625) -- fix site build [`4ef6331`](https://github.com/netlify/cli/commit/4ef6331f4ae0a06377c17d37d985666b6a614e76) -## [v2.7.4](https://github.com/netlify/cli/compare/v2.7.3...v2.7.4) - 2019-02-20 +## [v2.7.4](https://github.com/netlify/cli/compare/v2.7.3...v2.7.4) - 2019-02-19 ### Merged @@ -1291,11 +1346,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- add addon:config & update addon:create command [`8adfa6f`](https://github.com/netlify/cli/commit/8adfa6fa15191e5e40953b9a36cbfe40e7183525) -- add addons:config command [`aa7c6ac`](https://github.com/netlify/cli/commit/aa7c6ac7508fe7211c71f6d49b4d111c1c5caea1) -- remove show and update addon command [`eadea85`](https://github.com/netlify/cli/commit/eadea8565fcbce7f1d052d89da345f4bf29fc029) +- Update netlify [`ff914d5`](https://github.com/netlify/cli/commit/ff914d572aade7e1508010f6f1016b8d8a4692ff) -## [v2.7.3](https://github.com/netlify/cli/compare/v2.7.2...v2.7.3) - 2019-02-20 +## [v2.7.3](https://github.com/netlify/cli/compare/v2.7.2...v2.7.3) - 2019-02-19 ### Commits @@ -1365,10 +1418,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- Minor cleanup to addons:create [`6440ed3`](https://github.com/netlify/cli/commit/6440ed310439d6c3ad3baf6a72862679a07f1bbb) - Update package-lock.json [`fc58e40`](https://github.com/netlify/cli/commit/fc58e40e30e2e0fa608eedfc90d0eeaab39da7ca) -## [v2.6.4](https://github.com/netlify/cli/compare/v2.6.3...v2.6.4) - 2019-01-23 +## [v2.6.4](https://github.com/netlify/cli/compare/v2.6.3...v2.6.4) - 2019-01-22 ### Merged @@ -1380,7 +1432,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update lock file [`ad54af3`](https://github.com/netlify/cli/commit/ad54af32fbf869c4ec6c4536cb382ba6ffb406fa) - Update js-client to fix upload failures [`296bc9b`](https://github.com/netlify/cli/commit/296bc9b99ab72651396f4641d83a8af47752245c) -## [v2.6.3](https://github.com/netlify/cli/compare/v2.6.2...v2.6.3) - 2019-01-20 +## [v2.6.3](https://github.com/netlify/cli/compare/v2.6.2...v2.6.3) - 2019-01-19 ### Merged @@ -1396,10 +1448,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix rate limiting handing [`#215`](https://github.com/netlify/cli/pull/215) -### Commits - -- Fix log PATH to be cross-platform [`64c175a`](https://github.com/netlify/cli/commit/64c175acae470d0dd8c695a821835d23f0765194) - ## [v2.6.1](https://github.com/netlify/cli/compare/v2.6.0...v2.6.1) - 2019-01-09 ### Merged @@ -1410,7 +1458,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Remove autocomplete plugin [`#204`](https://github.com/netlify/cli/issues/204) -## [v2.6.0](https://github.com/netlify/cli/compare/v2.5.1...v2.6.0) - 2018-12-18 +## [v2.6.0](https://github.com/netlify/cli/compare/v2.5.1...v2.6.0) - 2018-12-17 ### Merged @@ -1421,6 +1469,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - Use prepublishOnly only hook [`aff28c4`](https://github.com/netlify/cli/commit/aff28c4e2c9acd1fc3c5732bdcd961d1a2a526c1) +- Fix depcheck [`53bc97c`](https://github.com/netlify/cli/commit/53bc97cfc8ef509e0c290dfba28279e47adbb2e5) ## [v2.5.1](https://github.com/netlify/cli/compare/v2.5.0...v2.5.1) - 2018-12-13 @@ -1432,12 +1481,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(auth): due to api change in @octokit/rest [`#199`](https://github.com/netlify/cli/issues/199) -### Commits - -- Add @oclif/plugin-autocomplete plugin [`6051ad8`](https://github.com/netlify/cli/commit/6051ad82454bf3a46e301c251254fc6d12d8f02b) -- Fix depcheck [`53bc97c`](https://github.com/netlify/cli/commit/53bc97cfc8ef509e0c290dfba28279e47adbb2e5) - -## [v2.5.0](https://github.com/netlify/cli/compare/v2.4.0...v2.5.0) - 2018-12-06 +## [v2.5.0](https://github.com/netlify/cli/compare/v2.4.0...v2.5.0) - 2018-12-05 ### Merged @@ -1451,10 +1495,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - Allow CI setup without a local site [`a01455f`](https://github.com/netlify/cli/commit/a01455f1c904bfa48ab1498f6b04fcd5000bb627) +- style(addons): use oclif builtin log() [`035a93c`](https://github.com/netlify/cli/commit/035a93c6ffcc32babad809cd0ec96bbece49d019) - A few init improvements [`fdf0723`](https://github.com/netlify/cli/commit/fdf072343f9cb9dd3b6b3b28d99c6bc158897545) -- Check for updates more frequently [`e4fcbe8`](https://github.com/netlify/cli/commit/e4fcbe8a9f66df2fd61f5cc86ca337f89cf4f478) -## [v2.4.0](https://github.com/netlify/cli/compare/v2.2.3...v2.4.0) - 2018-12-05 +## [v2.4.0](https://github.com/netlify/cli/compare/v2.2.3...v2.4.0) - 2018-12-04 ### Merged @@ -1492,11 +1536,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update Netlify API client to 2.2.1 [`#176`](https://github.com/netlify/cli/pull/176) -### Commits - -- style(addons): use oclif builtin log() [`035a93c`](https://github.com/netlify/cli/commit/035a93c6ffcc32babad809cd0ec96bbece49d019) -- perf(sites:list): add loading message [`5b19fc5`](https://github.com/netlify/cli/commit/5b19fc5d151ca242d57c9d570b7d638db04c1d96) - ## [v2.2.0](https://github.com/netlify/cli/compare/v2.1.3...v2.2.0) - 2018-11-02 ### Merged @@ -1508,7 +1547,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - Document NETLIFY_WEB_UI [`26d5196`](https://github.com/netlify/cli/commit/26d5196afa5bda9b178abdacc0135506be278173) -- feat(init): shorthand flag for --manual [`452e014`](https://github.com/netlify/cli/commit/452e014562cd6c5a5b5e7a5443211bfeda82ca3b) ## [v2.1.3](https://github.com/netlify/cli/compare/v2.1.2...v2.1.3) - 2018-10-29 @@ -1527,7 +1565,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(deploy): missing siteId error [`1bd224a`](https://github.com/netlify/cli/commit/1bd224a2f847f7451725864db39953cce0fb5a2e) -## [v2.1.2](https://github.com/netlify/cli/compare/v2.1.1...v2.1.2) - 2018-10-19 +## [v2.1.2](https://github.com/netlify/cli/compare/v2.1.1...v2.1.2) - 2018-10-18 ### Merged @@ -1570,7 +1608,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Site info lookup bug [`dab85dd`](https://github.com/netlify/cli/commit/dab85dd3b022c73b6b66b0f8acae9d9398ad01e5) -## [v2.1.0-beta.1](https://github.com/netlify/cli/compare/v2.0.0...v2.1.0-beta.1) - 2018-10-13 +## [v2.1.0-beta.1](https://github.com/netlify/cli/compare/v2.0.0...v2.1.0-beta.1) - 2018-10-12 ### Merged @@ -1579,8 +1617,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - Add flags and ENV var support to deploy [`474d843`](https://github.com/netlify/cli/commit/474d843b8343dae2111f66ab3b8544f7c35785a2) +- remove old siteConfig getter [`66241e0`](https://github.com/netlify/cli/commit/66241e0145542e55f4501fb2510bc458fd5273f0) - Improve login flow [`3f2ef54`](https://github.com/netlify/cli/commit/3f2ef543aa60bb632e432b42f38abe9668f4335e) -- update base class [`49d7606`](https://github.com/netlify/cli/commit/49d76068d2ff8d7cefff9429f9dcc8f05e01a5c0) ## [v2.0.0](https://github.com/netlify/cli/compare/v2.0.0-beta.10...v2.0.0) - 2018-10-09 @@ -1595,16 +1633,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Note the name of the command in README [`3dade93`](https://github.com/netlify/cli/commit/3dade9388f2ee8f1b9529508aee8335e839d55af) - Remove logout cmd from list [`41557f5`](https://github.com/netlify/cli/commit/41557f5e42b72ca5b7a82ef564b91283f2b91820) -## [v2.0.0-beta.10](https://github.com/netlify/cli/compare/v2.0.0-beta.9...v2.0.0-beta.10) - 2018-10-09 +## [v2.0.0-beta.10](https://github.com/netlify/cli/compare/v2.0.0-beta.9...v2.0.0-beta.10) - 2018-10-08 -## [v2.0.0-beta.9](https://github.com/netlify/cli/compare/v2.0.0-beta.8...v2.0.0-beta.9) - 2018-10-09 +## [v2.0.0-beta.9](https://github.com/netlify/cli/compare/v2.0.0-beta.8...v2.0.0-beta.9) - 2018-10-08 ### Commits -- add root to this.netlify.site [`9104cf2`](https://github.com/netlify/cli/commit/9104cf2df283e19b4565daeb7f9c7a695a5bc419) - Use dirname, not base name [`73b594c`](https://github.com/netlify/cli/commit/73b594c1bb8dc024ecca8d1a1c9a42ab0b953317) -## [v2.0.0-beta.8](https://github.com/netlify/cli/compare/v2.0.0-beta.7...v2.0.0-beta.8) - 2018-10-09 +## [v2.0.0-beta.8](https://github.com/netlify/cli/compare/v2.0.0-beta.7...v2.0.0-beta.8) - 2018-10-08 ### Merged @@ -1636,13 +1673,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Improve init flow on deploy command [`#122`](https://github.com/netlify/cli/pull/122) - Bug fixes on sites:create [`#121`](https://github.com/netlify/cli/pull/121) -### Commits - -- remove old siteConfig getter [`66241e0`](https://github.com/netlify/cli/commit/66241e0145542e55f4501fb2510bc458fd5273f0) -- update get siteId refs [`656bf61`](https://github.com/netlify/cli/commit/656bf617239f8d4e7f1991dc493a6e42ef0d2d4c) -- update base class with resolved configuration in init [`d2f2367`](https://github.com/netlify/cli/commit/d2f2367e880d5a6a967e6021dba2f1c0470ef681) - -## [v2.0.0-beta.5](https://github.com/netlify/cli/compare/v2.0.0-beta.4...v2.0.0-beta.5) - 2018-09-18 +## [v2.0.0-beta.5](https://github.com/netlify/cli/compare/v2.0.0-beta.4...v2.0.0-beta.5) - 2018-09-17 ### Commits @@ -1680,9 +1711,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - update tags [`e74d6f1`](https://github.com/netlify/cli/commit/e74d6f10471a317cf69cc682f276ee406d44c832) - fix "Finisihed" typo [`2770135`](https://github.com/netlify/cli/commit/2770135b13bd80b288850d452886ca5a9b46c358) -## [v2.0.0-beta.2](https://github.com/netlify/cli/compare/v2.0.0-beta.1...v2.0.0-beta.2) - 2018-09-10 +## [v2.0.0-beta.2](https://github.com/netlify/cli/compare/v2.0.0-beta.1...v2.0.0-beta.2) - 2018-09-09 -## [v2.0.0-beta.1](https://github.com/netlify/cli/compare/v2.0.0-alpha.7...v2.0.0-beta.1) - 2018-09-10 +## [v2.0.0-beta.1](https://github.com/netlify/cli/compare/v2.0.0-alpha.7...v2.0.0-beta.1) - 2018-09-09 ### Merged @@ -1692,11 +1723,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits +- Add context docs to readme [`3a4906b`](https://github.com/netlify/cli/commit/3a4906b541add62d003c58b896ff92502c900046) - update no-repo flow [`9d20d77`](https://github.com/netlify/cli/commit/9d20d77327279fce40271b8e7de21156d2fd96a5) - update reamde [`6f47a88`](https://github.com/netlify/cli/commit/6f47a8802a76a8fe5649e5ccdb58b63e77b80e31) -- update telemetry [`5f1cf55`](https://github.com/netlify/cli/commit/5f1cf55bf65ebe16a648244c49606a8cf1866b4a) -## [v2.0.0-alpha.7](https://github.com/netlify/cli/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) - 2018-09-08 +## [v2.0.0-alpha.7](https://github.com/netlify/cli/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) - 2018-09-07 ### Merged @@ -1739,7 +1770,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - First pass at deploy progress [`337a0e9`](https://github.com/netlify/cli/commit/337a0e92439e628c3c01e77972ce8052923e3f8f) - Hooks work [`e41bcc7`](https://github.com/netlify/cli/commit/e41bcc76e6e5ca73a8818a7b0bbccd0c6c03532a) -- update edit link [`4f4d256`](https://github.com/netlify/cli/commit/4f4d25602ccd2ea7c238f6ca202ae681a17756c8) +- Use a random spinner [`9301246`](https://github.com/netlify/cli/commit/93012462e5a0748c09ad580d1b60fc4f57853a20) ## [v2.0.0-alpha.5](https://github.com/netlify/cli/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) - 2018-08-28 @@ -1790,7 +1821,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - add addon commands [`73b2d96`](https://github.com/netlify/cli/commit/73b2d96daa7f7ed9154a24fa116fbdac40246113) - Checking in progress [`ce88ad6`](https://github.com/netlify/cli/commit/ce88ad6ff7f6dfbed6cdeb87f25491b2ad7581b2) -## [v2.0.0-alpha.2](https://github.com/netlify/cli/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) - 2018-08-17 +## [v2.0.0-alpha.2](https://github.com/netlify/cli/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) - 2018-08-16 ### Commits @@ -1815,17 +1846,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Add whoami command [`#36`](https://github.com/netlify/cli/pull/36) - Init again [`#31`](https://github.com/netlify/cli/pull/31) - Site config [`#27`](https://github.com/netlify/cli/pull/27) - -### Commits - -- Reset Repo [`b62819b`](https://github.com/netlify/cli/commit/b62819bc9e1c05c01ea8c284ce6e1c2586226aea) -- Use r2 API client using open-api derived methods [`080572f`](https://github.com/netlify/cli/commit/080572fdad2e7decd415c1002d3bb55f153bc198) -- Check in function deploy work [`48b7605`](https://github.com/netlify/cli/commit/48b76055061eecb6ee7ed9d2057e0580d3028095) - -## v1.2.3 - 2018-07-10 - -### Merged - - Deploy command [`#26`](https://github.com/netlify/cli/pull/26) - Fix a bunch of babel and Ava issues [`#25`](https://github.com/netlify/cli/pull/25) - Add ava test harness [`#23`](https://github.com/netlify/cli/pull/23) @@ -1840,6 +1860,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Add prettierrc file [`#5`](https://github.com/netlify/cli/pull/5) - remove java codegen deps [`#4`](https://github.com/netlify/cli/pull/4) - Use openapi client module [`#2`](https://github.com/netlify/cli/pull/2) + +### Commits + +- init commit [`041da26`](https://github.com/netlify/cli/commit/041da26dd050b4f51809040ba8cc99e61ba20d10) +- Reset Repo [`b62819b`](https://github.com/netlify/cli/commit/b62819bc9e1c05c01ea8c284ce6e1c2586226aea) +- Remove yarn lock file [`26c095e`](https://github.com/netlify/cli/commit/26c095e761fbcc4dd0b5f3a669ff9dc3b19f8e31) + +## v1.2.3 - 2018-07-10 + +### Merged + - Fix authentication prompt typo [`#41`](https://github.com/netlify/cli/pull/41) - deprecatin' [`#38`](https://github.com/netlify/cli/pull/38) - Add missing project management files. [`#22`](https://github.com/netlify/cli/pull/22) @@ -1852,6 +1883,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- init commit [`041da26`](https://github.com/netlify/cli/commit/041da26dd050b4f51809040ba8cc99e61ba20d10) - Remove troublesome lock files [`2a43998`](https://github.com/netlify/cli/commit/2a43998fa616b973779a7a2e3f1534eef73c09e4) - Fix dependencies with shrinkwrap and yarn.lock [`f4f5dc3`](https://github.com/netlify/cli/commit/f4f5dc3de1fa1f33508e4c667dca3d1a7aea7b34) +- User inquirer instead of prompt [`9c57d24`](https://github.com/netlify/cli/commit/9c57d240435d5e7b47722b8f8087134ea8f603fa) diff --git a/package-lock.json b/package-lock.json index a44fdfa35e3..4d496ed4b16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.59.1", + "version": "2.59.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c77fc4b1721..11331b1e96e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.59.1", + "version": "2.59.2", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",