From fd56a22bf11a5751c608bffb69ee661074fcccd8 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 21:15:38 +0200 Subject: [PATCH] chore: release 5.4.16 (#3093) 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 11d1cb9138a..5c5ec6baedd 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.4.16](https://www.github.com/netlify/cli/compare/v5.4.15...v5.4.16) (2021-08-03) + + +### Bug Fixes + +* **deps:** update netlify build packages ([#3092](https://www.github.com/netlify/cli/issues/3092)) ([56dd55a](https://www.github.com/netlify/cli/commit/56dd55a1ea3b5a0217a6f131128f8594603ae11c)) + ### [5.4.15](https://www.github.com/netlify/cli/compare/v5.4.14...v5.4.15) (2021-08-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f5b6df2a42c..2d192693087 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "5.4.15", + "version": "5.4.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "5.4.15", + "version": "5.4.16", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index aafec6e583e..d79522da626 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "5.4.15", + "version": "5.4.16", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",