From 8b79b5e0c585f1b3f892b8032389b4b4b188d887 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 13:22:17 +0200 Subject: [PATCH] chore: release 4.14.0 (#857) 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 ac88614f..058e136f 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.14.0](https://www.github.com/netlify/build-image/compare/v4.13.0...v4.14.0) (2022-10-21) + + +### Features + +* add the possiblity to add flags to the pnpm install command ([#856](https://www.github.com/netlify/build-image/issues/856)) ([da2ed5e](https://www.github.com/netlify/build-image/commit/da2ed5ee32d91947f48d44df0a4b277c0de8bd9e)) + ## [4.13.0](https://www.github.com/netlify/build-image/compare/v4.12.0...v4.13.0) (2022-10-17) diff --git a/package.json b/package.json index 1d309b29..749842fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.13.0", + "version": "4.14.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",