From ac716c5be7f79fe384a0f3759e8ef612cb821a37 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 15:20:07 +0000 Subject: [PATCH] chore: release 3.13.0 (#775) 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 8b98d9c8..253f81dd 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.13.0](https://www.github.com/netlify/build-image/compare/v3.12.0...v3.13.0) (2022-04-01) + + +### Features + +* remove `EXPERIMENTAL_NPM_WORKSPACES_CACHING` (Xenial) ([#773](https://www.github.com/netlify/build-image/issues/773)) ([388aa07](https://www.github.com/netlify/build-image/commit/388aa07cc5793f2e022a88069a50f58605a64bfe)) + ## [3.12.0](https://www.github.com/netlify/build-image/compare/v3.11.0...v3.12.0) (2022-03-30) diff --git a/package.json b/package.json index df796feb..7a5694eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "3.12.0", + "version": "3.13.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",