diff --git a/CHANGELOG.md b/CHANGELOG.md index 8054b28c..6023c652 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.4.1](https://www.github.com/netlify/build-image/compare/v4.4.0...v4.4.1) (2021-11-05) + + +### Bug Fixes + +* **yarn:** add the default installed yarn binary to PATH ([#682](https://www.github.com/netlify/build-image/issues/682)) ([1eb52e7](https://www.github.com/netlify/build-image/commit/1eb52e7164621a02d932cc7fd66409c7613173b5)) + ## [4.4.0](https://www.github.com/netlify/build-image/compare/v4.3.3...v4.4.0) (2021-10-28) diff --git a/package.json b/package.json index 5b6a9990..88d61cc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.4.0", + "version": "4.4.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",