From 3bcb38c35508b42e9121d4badfe6d8c66fd7a3f0 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 11:44:30 +0100 Subject: [PATCH] chore: release 4.3.2 (#643) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf996e7..212e890a 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). +### [4.3.2](https://www.github.com/netlify/build-image/compare/v4.3.1...v4.3.2) (2021-10-06) + + +### Bug Fixes + +* multiple yarn flags ([#642](https://www.github.com/netlify/build-image/issues/642)) ([c74c34b](https://www.github.com/netlify/build-image/commit/c74c34bfb633ef6f3c4582f33391adb06c54f232)) + ### [4.3.1](https://www.github.com/netlify/build-image/compare/v4.3.0...v4.3.1) (2021-09-16) diff --git a/package.json b/package.json index 7e10c606..de3f990f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.3.1", + "version": "4.3.2", "description": "This repository contains the tools to make the build image Netlify uses to build a site from git (for continuous deployment)", "main": "index.js", "private": "true",