From fc702d09654d8a573eefb647243bce2c92011e7a Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 13:52:39 +0300 Subject: [PATCH] chore(main): release 9.16.1 (#4500) 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 cf7d1429fa1..0961e0f9041 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). +### [9.16.1](https://github.com/netlify/cli/compare/v9.16.0...v9.16.1) (2022-04-01) + + +### Bug Fixes + +* fallback should there be an error getting the functions error page template ([#4499](https://github.com/netlify/cli/issues/4499)) ([e4010cb](https://github.com/netlify/cli/commit/e4010cbc0b72e95dd7379253fb3d1fb008475b3c)) + ## [9.16.0](https://github.com/netlify/cli/compare/v9.15.0...v9.16.0) (2022-03-31) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9004e003545..28e6d0a17a6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.16.0", + "version": "9.16.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.16.0", + "version": "9.16.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f3d1713b4a1..8b34ce726f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.16.0", + "version": "9.16.1", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",