From 397ce196e58e19e9af66414fee99e7fa76685706 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 16:48:25 +0300 Subject: [PATCH] chore: release 4.4.4 (#2969) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff7b51fe18..35b72fde727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.4.4](https://www.github.com/netlify/cli/compare/v4.4.3...v4.4.4) (2021-07-20) + + +### Bug Fixes + +* **deps:** update dependency @netlify/plugin-edge-handlers to ^1.11.22 ([#2968](https://www.github.com/netlify/cli/issues/2968)) ([e9a179a](https://www.github.com/netlify/cli/commit/e9a179ada555c303fc9dc51ad79fb5ee7aa5bd4a)) +* shorthand notation o for the offline flag ([#2971](https://www.github.com/netlify/cli/issues/2971)) ([5d4d02e](https://www.github.com/netlify/cli/commit/5d4d02e47a58c8aae8ac6bca27f65646e4ce435c)) + ### [4.4.3](https://www.github.com/netlify/cli/compare/v4.4.2...v4.4.3) (2021-07-19) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 388c67564f7..ab4338b617f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "4.4.3", + "version": "4.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "4.4.3", + "version": "4.4.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 139850d750a..ed90a12d6d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "4.4.3", + "version": "4.4.4", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",