diff --git a/CHANGELOG.md b/CHANGELOG.md index 210ce8586ac..472156260e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [6.10.0](https://www.github.com/netlify/cli/compare/v6.9.30...v6.10.0) (2021-10-05) + + +### Features + +* error 400 on invalid function names ([#3368](https://www.github.com/netlify/cli/issues/3368)) ([df8e122](https://www.github.com/netlify/cli/commit/df8e1221aba4f5bdef2f8dd1d177b1b6005f4d13)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/zip-it-and-ship-it to v4.23.4 ([#3447](https://www.github.com/netlify/cli/issues/3447)) ([0429eeb](https://www.github.com/netlify/cli/commit/0429eebddf928328c6d17ec8599217ed60a946d6)) +* **deps:** update netlify build packages ([#3448](https://www.github.com/netlify/cli/issues/3448)) ([5d1a1f9](https://www.github.com/netlify/cli/commit/5d1a1f9ab4631df3fc598642157f1b4b412830a7)) + ### [6.9.30](https://www.github.com/netlify/cli/compare/v6.9.29...v6.9.30) (2021-10-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 482a7446aa2..f02dbc9db27 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.9.30", + "version": "6.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.9.30", + "version": "6.10.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2db9f0db9c1..8cb3cc71dc4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.9.30", + "version": "6.10.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",