diff --git a/CHANGELOG.md b/CHANGELOG.md index f34f34c861f..2fc4cf69379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [4.1.17](https://www.github.com/netlify/cli/compare/v4.1.16...v4.1.17) (2021-07-08) + + +### Bug Fixes + +* **deps:** update netlify build packages ([#2889](https://www.github.com/netlify/cli/issues/2889)) ([70ddcca](https://www.github.com/netlify/cli/commit/70ddcca61d709a4b183d8332ef712a6723e3e2d0)) + ### [4.1.16](https://www.github.com/netlify/cli/compare/v4.1.15...v4.1.16) (2021-07-08) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 99d83fbc8b8..64840ea7d06 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "4.1.16", + "version": "4.1.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "4.1.16", + "version": "4.1.17", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f57ffcb97d9..9087d61fd04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "4.1.16", + "version": "4.1.17", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",