diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be9d4fddef..4acd2ba7398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [10.17.5](https://github.com/netlify/cli/compare/v10.17.4...v10.17.5) (2022-08-15) + + +### Bug Fixes + +* **deps:** update dependency @netlify/functions to ^1.1.0 ([#4940](https://github.com/netlify/cli/issues/4940)) ([ddeec5e](https://github.com/netlify/cli/commit/ddeec5ea06007d8f2ea201fa744b495be1e78216)) +* **graph:** support fragments and passing data to handler generation ([#4950](https://github.com/netlify/cli/issues/4950)) ([1c6107f](https://github.com/netlify/cli/commit/1c6107fafe5d51984df27812a3a2f9b295c28f0d)) +* report an error whe running site:create nameflag is invalid ([#4553](https://github.com/netlify/cli/issues/4553)) ([0c90be7](https://github.com/netlify/cli/commit/0c90be7e281a1a828f16c81cf3a1622214a30dd1)) +* stop pass through request params for function redirects ([#4897](https://github.com/netlify/cli/issues/4897)) ([9e1e55b](https://github.com/netlify/cli/commit/9e1e55ba4215cab829def3b6793dc2c4ded1dffe)) + ## [10.17.4](https://github.com/netlify/cli/compare/v10.17.3...v10.17.4) (2022-08-12) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8331a2239d6..05b5c4ff53e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.17.4", + "version": "10.17.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.17.4", + "version": "10.17.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4fb382eb53d..c6d62dd1692 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.17.4", + "version": "10.17.5", "author": "Netlify Inc.", "contributors": [ "@whitep4nth3r (https://twitter.com/whitep4nth3r)",