From fd3b56fcdbaad56e70919e8a4b2da9b411ec3532 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 12:19:05 +0000 Subject: [PATCH] chore: release 3.10.1 (#685) 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 670f1bbc..5c880f8d 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). +### [3.10.1](https://www.github.com/netlify/build-image/compare/v3.10.0...v3.10.1) (2021-11-05) + + +### Bug Fixes + +* **yarn:** add the default installed yarn binary to PATH ([#683](https://www.github.com/netlify/build-image/issues/683)) ([3e8f8af](https://www.github.com/netlify/build-image/commit/3e8f8af67644e144424d2575c2eb5ce1836ea732)) + ## [3.10.0](https://www.github.com/netlify/build-image/compare/v3.9.2...v3.10.0) (2021-10-28) diff --git a/package.json b/package.json index 57d9bbd3..f87a24db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "3.10.0", + "version": "3.10.1", "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",