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",