diff --git a/CHANGELOG.md b/CHANGELOG.md index 58787ae16b0..2a0db9fed39 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). +## [6.1.0](https://www.github.com/netlify/cli/compare/v6.0.9...v6.1.0) (2021-08-10) + + +### Features + +* install function template deps in site-level `package.json` ([#3125](https://www.github.com/netlify/cli/issues/3125)) ([af0e1bc](https://www.github.com/netlify/cli/commit/af0e1bcb7112448d7c047d278d891dea4d7ee9a9)) + ### [6.0.9](https://www.github.com/netlify/cli/compare/v6.0.8...v6.0.9) (2021-08-09) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 420df14a992..4f786fd2c72 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.0.9", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.0.9", + "version": "6.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 256cade9c38..81be7dad712 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.0.9", + "version": "6.1.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",