From 3ffcba837b1e3b2425ee77ecd901ebb88387bf0f Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:38:07 +0000 Subject: [PATCH] chore: release 4.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d8c57c7..9cf996e7 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.1](https://www.github.com/netlify/build-image/compare/v4.3.0...v4.3.1) (2021-09-16) + + +### Bug Fixes + +* add `libgbm-dev` ([82acf08](https://www.github.com/netlify/build-image/commit/82acf087995e8a4ce28e5b7d245028d15a367c65)) + ## [4.3.0](https://www.github.com/netlify/build-image/compare/v4.2.0...v4.3.0) (2021-08-13) diff --git a/package.json b/package.json index faeff4a6..92696cbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.3.0", + "version": "4.3.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",