diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d68fd740f..21b610b7764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.12.4](https://www.github.com/netlify/cli/compare/v6.12.3...v6.12.4) (2021-10-13) + + +### Bug Fixes + +* **deps:** update dependency @netlify/zip-it-and-ship-it to v4.25.0 ([#3494](https://www.github.com/netlify/cli/issues/3494)) ([1aef852](https://www.github.com/netlify/cli/commit/1aef852aa224423d952a7c095de29e619b53fa22)) +* **deps:** update netlify build packages ([#3495](https://www.github.com/netlify/cli/issues/3495)) ([558d6ed](https://www.github.com/netlify/cli/commit/558d6edca1d3b2775f33fc0aebec318dccb97b37)) + ### [6.12.3](https://www.github.com/netlify/cli/compare/v6.12.2...v6.12.3) (2021-10-12) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ae93cb55c1e..111eae9dd80 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.12.3", + "version": "6.12.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.12.3", + "version": "6.12.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0659fc18936..5c2319903aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.12.3", + "version": "6.12.4", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",