diff --git a/CHANGELOG.md b/CHANGELOG.md index 84df80c5388..1a3ea58a122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ 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.1](https://github.com/netlify/cli/compare/v2.59.0...v2.59.1) - 2020-08-13 + +### Merged + +- test: prefix addons tests filename with 'command.' [`#1087`](https://github.com/netlify/cli/pull/1087) +- fix(command-dev): handle missing content-type header [`#1083`](https://github.com/netlify/cli/pull/1083) +- fix(dev-external-redirects): re-stream request body [`#1085`](https://github.com/netlify/cli/pull/1085) +- fix(deps): update netlify packages [`#1086`](https://github.com/netlify/cli/pull/1086) +- fix(deps): update netlify packages [`#1084`](https://github.com/netlify/cli/pull/1084) +- chore(deps): lock file maintenance [`#1082`](https://github.com/netlify/cli/pull/1082) +- chore(deps): update node.js to >=v12.18.3 [`#1077`](https://github.com/netlify/cli/pull/1077) +- chore(deps): group netlify packages updates [`#1073`](https://github.com/netlify/cli/pull/1073) +- fix(deps): update dependency update-notifier to v4 [`#1074`](https://github.com/netlify/cli/pull/1074) +- chore(deps): upgrade Netlify Build [`#1072`](https://github.com/netlify/cli/pull/1072) +- Simplify detectors a little more [`#1069`](https://github.com/netlify/cli/pull/1069) +- Remove detectors code that is not currently working [`#1068`](https://github.com/netlify/cli/pull/1068) + ## [v2.59.0](https://github.com/netlify/cli/compare/v2.58.0...v2.59.0) - 2020-08-03 ### Merged @@ -523,7 +540,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix netlify-redirect-parser problem by updating [`5e28d0c`](https://github.com/netlify/cli/commit/5e28d0c50a9efcaaa23d4da2e747feab5a2716f6) - docs: update paths [`3bb6ed1`](https://github.com/netlify/cli/commit/3bb6ed118603dcf04cb68f70768839deff1aff8b) -- refactor: clean up functions:list & add json logging [`c895829`](https://github.com/netlify/cli/commit/c895829a015c4d03aa563a9db271b31478f22989) +- docs: update site sync script. Update paths for site build [`b4aa492`](https://github.com/netlify/cli/commit/b4aa492cb2d7d75fae84a71800ebbe66290e3697) ## [v2.25.0](https://github.com/netlify/cli/compare/v2.24.0...v2.25.0) - 2019-12-10 @@ -573,8 +590,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits - refactor: delete old config parsing [`6bd8a44`](https://github.com/netlify/cli/commit/6bd8a44c9c7ae08832ca1099f0820f9ea80eba09) -- chore: update config dep [`4012c9d`](https://github.com/netlify/cli/commit/4012c9d66fe37af570e43e3007ec527d373e5fd1) - 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.21.0](https://github.com/netlify/cli/compare/v2.20.2...v2.21.0) - 2019-11-13 diff --git a/package-lock.json b/package-lock.json index 7918edaf311..0c85ac7904c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.59.0", + "version": "2.59.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d2495ff4b1f..1d9877ca2bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.59.0", + "version": "2.59.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",