From e3044e953f89a87d041c2c78640659236a2053d3 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 16:43:06 +0000 Subject: [PATCH] chore(main): release 9.8.1 --- 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 3040b163776..6c575e9357d 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.8.1](https://github.com/netlify/cli/compare/v9.8.0...v9.8.1) (2022-02-24) + + +### Bug Fixes + +* **deps:** update dependency @netlify/config to ^17.0.13 ([#4366](https://github.com/netlify/cli/issues/4366)) ([73793bf](https://github.com/netlify/cli/commit/73793bfae21cf7253070b400bef88ccdcdf8fe3a)) + ## [9.8.0](https://github.com/netlify/cli/compare/v9.7.0...v9.8.0) (2022-02-23) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b19ae407a5f..cc0f2de2cb2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.8.0", + "version": "9.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.8.0", + "version": "9.8.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9e2eec51aab..4490d46ded7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.8.0", + "version": "9.8.1", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",