From fd38659cb7b788e83f2233555979639746a39ca0 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 11:30:21 +0100 Subject: [PATCH] chore: release 4.3.3 (#658) 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 212e890a..61773af1 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.3](https://www.github.com/netlify/build-image/compare/v4.3.2...v4.3.3) (2021-10-25) + + +### Bug Fixes + +* add buildbot group ([#652](https://www.github.com/netlify/build-image/issues/652)) ([68b0543](https://www.github.com/netlify/build-image/commit/68b0543563c0c8f681e0275937ccdc3bd127a3f8)) + ### [4.3.2](https://www.github.com/netlify/build-image/compare/v4.3.1...v4.3.2) (2021-10-06) diff --git a/package.json b/package.json index de3f990f..47b35829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.3.2", + "version": "4.3.3", "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",