From 6242c500ac6c265c9da742f49281e4d410b8ea7c Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 15:22:33 +0300 Subject: [PATCH] chore: release 5.0.1 (#2974) 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 cde2fd1586f..85972afcd65 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). +### [5.0.1](https://www.github.com/netlify/cli/compare/v5.0.0...v5.0.1) (2021-07-21) + + +### Bug Fixes + +* **command-dev:** filter frameworks with no dev command ([#2970](https://www.github.com/netlify/cli/issues/2970)) ([66404cb](https://www.github.com/netlify/cli/commit/66404cb2610ae13fb310bd289c2eacd8d71bb325)) + ## [5.0.0](https://www.github.com/netlify/cli/compare/v4.4.4...v5.0.0) (2021-07-20) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1a81f69fafb..6d871f64741 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "5.0.0", + "version": "5.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7d350ccd127..dcca82d1b4f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "5.0.0", + "version": "5.0.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",