diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb07505..e087ccce 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). +### [3.7.4](https://www.github.com/netlify/build-image/compare/v3.7.3...v3.7.4) (2021-05-04) + + +### Bug Fixes + +* **workspaces:** remove yarn cache workspaces feature flag ([#561](https://www.github.com/netlify/build-image/issues/561)) ([236db04](https://www.github.com/netlify/build-image/commit/236db04125e7e8cd541fce4971413245a711d825)) + ### [3.7.3](https://www.github.com/netlify/build-image/compare/v3.7.2...v3.7.3) (2021-04-29) diff --git a/package.json b/package.json index b15d46ab..a4a26fcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "3.7.3", + "version": "3.7.4", "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",