diff --git a/CHANGELOG.md b/CHANGELOG.md index faa59a216a2..dbf88591740 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). +## [10.7.1](https://github.com/netlify/cli/compare/v10.7.0...v10.7.1) (2022-07-01) + + +### Bug Fixes + +* **deps:** update dependency @netlify/edge-bundler to ^1.4.3 ([#4762](https://github.com/netlify/cli/issues/4762)) ([55d7013](https://github.com/netlify/cli/commit/55d7013500af59a5d29163c7aea8ff4acbe7aab6)) +* move try catch to prepareServer ([#4732](https://github.com/netlify/cli/issues/4732)) ([8248c35](https://github.com/netlify/cli/commit/8248c355b3af1060a4a4995614a1e98bfca87270)) +* use correct paths in EF on deploy ([#4760](https://github.com/netlify/cli/issues/4760)) ([80df246](https://github.com/netlify/cli/commit/80df2460a9f3ec7448d328d215bb47237dd4b835)) + ## [10.7.0](https://github.com/netlify/cli/compare/v10.6.3...v10.7.0) (2022-06-30) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dc1854157e9..03c84673eb9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.7.0", + "version": "10.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.7.0", + "version": "10.7.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3337168b26a..3b51d37ca35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.7.0", + "version": "10.7.1", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",