From e9c178913984913e1de7851f2d1e970886938cc2 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:13:30 +0100 Subject: [PATCH] chore(main): release 9.13.2 (#4457) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: token-generator-app[bot] --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 697c1349d6a..785b03d64c9 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.13.2](https://github.com/netlify/cli/compare/v9.13.1...v9.13.2) (2022-03-15) + + +### Bug Fixes + +* pass through cwd flag in getBuildOptions ([#4455](https://github.com/netlify/cli/issues/4455)) ([fa32955](https://github.com/netlify/cli/commit/fa32955638d61ed1114866339b00223412f4b582)) + ### [9.13.1](https://github.com/netlify/cli/compare/v9.13.0...v9.13.1) (2022-03-14) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a743867d453..024d4a367f2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.13.1", + "version": "9.13.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.13.1", + "version": "9.13.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9eca2a7c34c..633d64485f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.13.1", + "version": "9.13.2", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)", @@ -68,6 +68,7 @@ "Kyle Rollins (kyleblankrollins.com)", "Leon Hennings", "Liran Tal (https://twitter.com/liran_tal)", + "Louis DeScioli (https://twitter.com/descioli)", "Lukas Holzer (https://twitter.com/luka5c0m)", "Marcus Weiner", "Mark Bello (https://markbello.dev)",