From 0d5d78b4b40e48c97d866191caef3eb38ef2e064 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 18:37:07 +0100 Subject: [PATCH] chore(main): release 9.9.3 (#4405) 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 40e2a7b55d0..12a0abcaa39 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.9.3](https://github.com/netlify/cli/compare/v9.9.2...v9.9.3) (2022-03-01) + + +### Bug Fixes + +* pass `context` to `@netlify/build` ([#4404](https://github.com/netlify/cli/issues/4404)) ([85c3205](https://github.com/netlify/cli/commit/85c3205cb0c2631b4abeccfc5187c2752064d6a8)) + ### [9.9.2](https://github.com/netlify/cli/compare/v9.9.1...v9.9.2) (2022-03-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 26484bdbd0a..d2cd545e38c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.9.2", + "version": "9.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.9.2", + "version": "9.9.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 93df1330902..4cfe1e76981 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.9.2", + "version": "9.9.3", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",