diff --git a/CHANGELOG.md b/CHANGELOG.md index 73eaf95d145..f218d2affe4 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). +## [8.11.0](https://github.com/netlify/cli/compare/v8.10.2...v8.11.0) (2022-01-20) + + +### Features + +* pass `zipGo` property to ZISI ([#4097](https://github.com/netlify/cli/issues/4097)) ([083205d](https://github.com/netlify/cli/commit/083205d14b30be5250639de1961940f2000bc74b)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^26.2.0 ([#4095](https://github.com/netlify/cli/issues/4095)) ([f06b896](https://github.com/netlify/cli/commit/f06b896f443fdd79c06f7cc30a67550c73002650)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to ^5.5.0 ([#4090](https://github.com/netlify/cli/issues/4090)) ([9e3ec90](https://github.com/netlify/cli/commit/9e3ec902e237a8cc4551c4aedfa6e016e8a46c03)) + ### [8.10.2](https://github.com/netlify/cli/compare/v8.10.1...v8.10.2) (2022-01-19) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cee98d57ef6..3487618e182 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.10.2", + "version": "8.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.10.2", + "version": "8.11.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 660d1266aa5..895f7c2a885 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.10.2", + "version": "8.11.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",