diff --git a/CHANGELOG.md b/CHANGELOG.md index b47f23f8018..3f699438dc7 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). +### [5.4.9](https://www.github.com/netlify/cli/compare/v5.4.8...v5.4.9) (2021-08-03) + + +### Bug Fixes + +* take internal functions directory into account when assigning functions port ([#3078](https://www.github.com/netlify/cli/issues/3078)) ([7a51c7c](https://www.github.com/netlify/cli/commit/7a51c7c266c68e1100c8cd608406c5ce4629884c)) + ### [5.4.8](https://www.github.com/netlify/cli/compare/v5.4.7...v5.4.8) (2021-08-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 497954f5642..22d9230426a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "5.4.8", + "version": "5.4.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "5.4.8", + "version": "5.4.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3388f34ae06..312cc009497 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "5.4.8", + "version": "5.4.9", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",