From aca5d7abf366658bb56784d0f9f8c345c0e42069 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 16:50:43 +0200 Subject: [PATCH] chore: release 4.14.2 (#861) 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 bf8706b8..7f2d02da 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.14.2](https://www.github.com/netlify/build-image/compare/v4.14.1...v4.14.2) (2022-10-25) + + +### Bug Fixes + +* feature flag node corepack usage ([#860](https://www.github.com/netlify/build-image/issues/860)) ([ab60a8e](https://www.github.com/netlify/build-image/commit/ab60a8e51feae53ee14b023c7759d071bac7835c)) + ### [4.14.1](https://www.github.com/netlify/build-image/compare/v4.14.0...v4.14.1) (2022-10-24) diff --git a/package.json b/package.json index 00407a03..f9539218 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.14.1", + "version": "4.14.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",