diff --git a/CHANGELOG.md b/CHANGELOG.md index 142949e2941..f2762f643f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [13.1.7](https://github.com/netlify/cli/compare/v13.1.6...v13.1.7) (2023-03-21) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^29.6.10 ([#5571](https://github.com/netlify/cli/issues/5571)) ([cc56995](https://github.com/netlify/cli/commit/cc569954abb49b09e3b4fea9a5efdc8cff2f7532)) +* **deps:** update dependency @netlify/build to ^29.7.0 ([#5578](https://github.com/netlify/cli/issues/5578)) ([4a4d2a3](https://github.com/netlify/cli/commit/4a4d2a321be2cf301b1e487af895b5756c1a75ed)) +* **deps:** update dependency @netlify/build to ^29.7.1 ([#5583](https://github.com/netlify/cli/issues/5583)) ([618a41e](https://github.com/netlify/cli/commit/618a41e52b14e47d5aadcbe0e4461fccaecc7512)) +* **deps:** update dependency @netlify/edge-bundler to ^8.12.2 ([#5561](https://github.com/netlify/cli/issues/5561)) ([b45ca20](https://github.com/netlify/cli/commit/b45ca202e4278e98bb548bc127dc1053d504a2fa)) +* **deps:** update dependency @netlify/edge-bundler to ^8.12.3 ([#5581](https://github.com/netlify/cli/issues/5581)) ([e337907](https://github.com/netlify/cli/commit/e33790708d2d0b6e627a69194904cf3af6ac8514)) +* **deps:** update dependency @types/node to v14.18.38 ([#5580](https://github.com/netlify/cli/issues/5580)) ([be1f66d](https://github.com/netlify/cli/commit/be1f66d277ed88133df92dc579fd72d97edd31e3)) +* **deps:** update dependency ansi-escapes to v6 ([#5558](https://github.com/netlify/cli/issues/5558)) ([79368f0](https://github.com/netlify/cli/commit/79368f0a5d7a9389b1505b73aaceec9e7ea64480)) +* **deps:** update netlify packages ([#5569](https://github.com/netlify/cli/issues/5569)) ([7781a39](https://github.com/netlify/cli/commit/7781a392285a3f79488ddf0587b64d61cfe93e64)) + ## [13.1.6](https://github.com/netlify/cli/compare/v13.1.5...v13.1.6) (2023-03-14) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 60aea9896dd..cb81a5972b9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "13.1.6", + "version": "13.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "13.1.6", + "version": "13.1.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 792875d85e7..7266eb4d28c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "13.1.6", + "version": "13.1.7", "author": "Netlify Inc.", "type": "module", "engines": {