From 9e2f824ead8fb50fc5d33ead3d2567bc68e1d36b Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 14:25:00 +0300 Subject: [PATCH] chore: release 5.2.7 (#3010) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6a38710a8..3642d467bc9 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). +### [5.2.7](https://www.github.com/netlify/cli/compare/v5.2.6...v5.2.7) (2021-07-26) + + +### Bug Fixes + +* **deps:** update dependency @netlify/zip-it-and-ship-it to v4.15.0 ([#3011](https://www.github.com/netlify/cli/issues/3011)) ([a17bf61](https://www.github.com/netlify/cli/commit/a17bf6130c52cfb785f72518a2be0149a5548fcb)) +* **deps:** update netlify build packages ([#3003](https://www.github.com/netlify/cli/issues/3003)) ([b3bf9db](https://www.github.com/netlify/cli/commit/b3bf9db55ae7cf9a99ad09b7537fbdd1fb6c36ea)) +* only load Go functions from source ([#2993](https://www.github.com/netlify/cli/issues/2993)) ([a5fbf9c](https://www.github.com/netlify/cli/commit/a5fbf9c409cd7b1e515477a3e1477ac293006f13)) + ### [5.2.6](https://www.github.com/netlify/cli/compare/v5.2.5...v5.2.6) (2021-07-26) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 73651415148..7ee9d9fc5ba 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "5.2.6", + "version": "5.2.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "5.2.6", + "version": "5.2.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bc9bae76961..7ed5313510a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "5.2.6", + "version": "5.2.7", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",