diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa22bb86c6..142949e2941 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). +## [13.1.6](https://github.com/netlify/cli/compare/v13.1.5...v13.1.6) (2023-03-14) + + +### Bug Fixes + +* update bootstrap URL to `64109c4552d9020008b9dadc` ([#5566](https://github.com/netlify/cli/issues/5566)) ([20f6a2f](https://github.com/netlify/cli/commit/20f6a2fec8b8ba7626329b7190c2f57e88504466)) + ## [13.1.5](https://github.com/netlify/cli/compare/v13.1.4...v13.1.5) (2023-03-14) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 831aecd4eac..dbec98ea350 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "13.1.5", + "version": "13.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "13.1.5", + "version": "13.1.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9738b3bca1e..641b0daac12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "13.1.5", + "version": "13.1.6", "author": "Netlify Inc.", "type": "module", "engines": {