diff --git a/CHANGELOG.md b/CHANGELOG.md index bed692e5732..3070266ae9f 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.6](https://www.github.com/netlify/cli/compare/v4.1.5...v4.1.6) (2021-07-06) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^15.1.0 ([#2855](https://www.github.com/netlify/cli/issues/2855)) ([49158eb](https://www.github.com/netlify/cli/commit/49158eb8ed9581ea29be3436458be74858812e5e)) + ### [4.1.5](https://www.github.com/netlify/cli/compare/v4.1.4...v4.1.5) (2021-07-06) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 453e0e37c18..60506fbdc0b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "4.1.5", + "version": "4.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "4.1.5", + "version": "4.1.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4c37338619d..d225f5dcecd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "4.1.5", + "version": "4.1.6", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",