From e8e7c557da06ac988e41beaf6946625c5dbfee55 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 15:47:13 +0100 Subject: [PATCH] chore: release 6.2.1 (#3136) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 212b403740f..ba7e3d9ca44 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.2.1](https://www.github.com/netlify/cli/compare/v6.2.0...v6.2.1) (2021-08-11) + + +### Bug Fixes + +* use variables in function template filenames ([#3134](https://www.github.com/netlify/cli/issues/3134)) ([98168d1](https://www.github.com/netlify/cli/commit/98168d1fa6c9f5235f1162563eb8251821a2dffc)) + ## [6.2.0](https://www.github.com/netlify/cli/compare/v6.1.1...v6.2.0) (2021-08-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a11aef288fc..22f0a615bd3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.2.0", + "version": "6.2.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2a41a86bca2..bc2fe77d640 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.2.0", + "version": "6.2.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",