From 68abac4e23391314acf2b88ab0976393c60c695d Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 14:28:00 +0000 Subject: [PATCH] chore: release 4.1.0 --- CHANGELOG.md | 12 ++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a51bc31dc9e..5303b0b1eae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [4.1.0](https://www.github.com/netlify/cli/compare/v4.0.7...v4.1.0) (2021-07-05) + + +### Features + +* **command-dev:** add framework flag ([#2818](https://www.github.com/netlify/cli/issues/2818)) ([3365007](https://www.github.com/netlify/cli/commit/3365007a4b21eb4af1dfa0354b332700ae138f0b)) + + +### Bug Fixes + +* **deps:** update netlify build packages (major) ([#2841](https://www.github.com/netlify/cli/issues/2841)) ([155b679](https://www.github.com/netlify/cli/commit/155b6796ecce33e18188d1473bf26cef4e2c0a8f)) + ### [4.0.7](https://www.github.com/netlify/cli/compare/v4.0.6...v4.0.7) (2021-07-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bf6d54bc563..05ff47e3109 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "4.0.7", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "4.0.7", + "version": "4.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e7d8b9495bc..44831db229d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "4.0.7", + "version": "4.1.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",