diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b44aec2..d8f326e0 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.6.0](https://www.github.com/netlify/build-image/compare/v4.5.3...v4.6.0) (2022-03-16) + + +### Features + +* Support npm workspaces caching ([#752](https://www.github.com/netlify/build-image/issues/752)) ([d985be1](https://www.github.com/netlify/build-image/commit/d985be18205fd644183e2d5f3f983f2b68a319cb)) + ### [4.5.3](https://www.github.com/netlify/build-image/compare/v4.5.2...v4.5.3) (2022-01-20) diff --git a/package.json b/package.json index d3d26985..076cc2fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.5.3", + "version": "4.6.0", "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",