From 072b6245ef738667bd3863ebe8d0b6545c4b28c7 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 19:05:53 +0000 Subject: [PATCH] chore(main): release 9.0.2 (#4231) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa04971b28..3f207ec749f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ 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.0.2](https://github.com/netlify/cli/compare/v9.0.1...v9.0.2) (2022-02-08) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^26.2.5 ([#4228](https://github.com/netlify/cli/issues/4228)) ([7b4d676](https://github.com/netlify/cli/commit/7b4d676a42a9fb7214098ec052ee1e6d76b6c635)) +* **deps:** update dependency @netlify/config to ^17.0.7 ([#4229](https://github.com/netlify/cli/issues/4229)) ([6c0d4ce](https://github.com/netlify/cli/commit/6c0d4cedd8c48ee7d889f573a5849c2aafe597f8)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to ^5.7.2 ([#4230](https://github.com/netlify/cli/issues/4230)) ([1e4efff](https://github.com/netlify/cli/commit/1e4efff2bbc6e3f0adb5974249b88484ff4ae6d8)) + ### [9.0.1](https://github.com/netlify/cli/compare/v9.0.0...v9.0.1) (2022-02-08) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5b2f815ba78..7af7b76aec8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.0.1", + "version": "9.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.0.1", + "version": "9.0.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1fbc328c3db..84c6dd28996 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.0.1", + "version": "9.0.2", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",