diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2d02da..46dad0d2 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.3](https://www.github.com/netlify/build-image/compare/v4.14.2...v4.14.3) (2022-10-26) + + +### Bug Fixes + +* **yarn:** setup a fallback strategy for workspace detection and non-corepack logic ([#862](https://www.github.com/netlify/build-image/issues/862)) ([4e36794](https://www.github.com/netlify/build-image/commit/4e36794db3afc42484ee2d5d7617faec33761cbe)) + ### [4.14.2](https://www.github.com/netlify/build-image/compare/v4.14.1...v4.14.2) (2022-10-25) diff --git a/package.json b/package.json index f9539218..176b96e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.14.2", + "version": "4.14.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",