diff --git a/CHANGELOG.md b/CHANGELOG.md index a53dc00eebb..bed692e5732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ 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.5](https://www.github.com/netlify/cli/compare/v4.1.4...v4.1.5) (2021-07-06) + + +### Bug Fixes + +* **command-dev:** use waitPort built-in http request support ([#2842](https://www.github.com/netlify/cli/issues/2842)) ([621a82f](https://www.github.com/netlify/cli/commit/621a82fd18cc6d60dbaeaa9f575e7d02cad7dff3)) +* **deps:** update netlify build packages (major) ([#2845](https://www.github.com/netlify/cli/issues/2845)) ([c432e07](https://www.github.com/netlify/cli/commit/c432e0733984f54a0ea5d172a1d5af29c4658a34)) +* **deps:** update netlify build packages (major) ([#2854](https://www.github.com/netlify/cli/issues/2854)) ([2e645f4](https://www.github.com/netlify/cli/commit/2e645f4584c9a301f327c712ac1ad167f7d9940b)) + ### [4.1.4](https://www.github.com/netlify/cli/compare/v4.1.3...v4.1.4) (2021-07-06) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 514fdd45658..f2650119949 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "4.1.4", + "version": "4.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "4.1.4", + "version": "4.1.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1e651514628..b0b38e81c4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "4.1.4", + "version": "4.1.5", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",