diff --git a/CHANGELOG.md b/CHANGELOG.md index 45fb6c432dd..5ac44131104 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). +## [9.13.0](https://github.com/netlify/cli/compare/v9.12.5...v9.13.0) (2022-03-08) + + +### Features + +* **sites:** clone the generated repo [#4411](https://github.com/netlify/cli/issues/4411) ([#4427](https://github.com/netlify/cli/issues/4427)) ([63c74f5](https://github.com/netlify/cli/commit/63c74f5d824240c3a6ffb9acea264b24a6d2e761)) + ### [9.12.5](https://github.com/netlify/cli/compare/v9.12.4...v9.12.5) (2022-03-07) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6cbab5d32d3..fcac0be68ca 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.12.5", + "version": "9.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.12.5", + "version": "9.13.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2a85ed45e6d..4057504628c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.12.5", + "version": "9.13.0", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",