diff --git a/CHANGELOG.md b/CHANGELOG.md index 614fc0d45c8..8c35e349358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ 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.4.1](https://github.com/netlify/cli/compare/v10.4.0...v10.4.1) (2022-06-06) + + +### Bug Fixes + +* **deps:** update dependency @netlify/plugins-list to ^6.27.0 ([#4657](https://github.com/netlify/cli/issues/4657)) ([4ec8f97](https://github.com/netlify/cli/commit/4ec8f97d3a646666ba5b724572e0b3814ec77475)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to ^5.10.0 ([#4664](https://github.com/netlify/cli/issues/4664)) ([20cd93f](https://github.com/netlify/cli/commit/20cd93fde00fcb757cc3215364d870b7813132fb)) +* **deps:** update dependency @types/node to v14.18.20 ([#4668](https://github.com/netlify/cli/issues/4668)) ([93f0971](https://github.com/netlify/cli/commit/93f09716fc41a6feaa9e4c93ed231a48e73065e2)) +* **deps:** update dependency commander to v9.3.0 ([#4648](https://github.com/netlify/cli/issues/4648)) ([a51850e](https://github.com/netlify/cli/commit/a51850ef132e6692c12da95224dec9249ed1a720)) +* fix scheduled function template to use async ([#4658](https://github.com/netlify/cli/issues/4658)) ([b74cf05](https://github.com/netlify/cli/commit/b74cf05f47bc4fef62465f36241e15881af6f2bb)) + ## [10.4.0](https://github.com/netlify/cli/compare/v10.3.3...v10.4.0) (2022-05-31) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0a4d2fd26e6..b697b7e2baf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.4.0", + "version": "10.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.4.0", + "version": "10.4.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7fb6dc77f84..6248100ceea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.4.0", + "version": "10.4.1", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",