From 195fbe127e5c374d9c4758652cb62e3b8936a395 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 16:41:41 +0100 Subject: [PATCH] chore: release 4.6.0 (#759) 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 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",