From d7b3dbfb0846505993c9a131894d1858074c90b4 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 11:17:51 +0100 Subject: [PATCH] chore: release 4.10.1 (#827) 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 20f9c511..8974ec9e 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.10.1](https://www.github.com/netlify/build-image/compare/v4.10.0...v4.10.1) (2022-07-28) + + +### Bug Fixes + +* cache ruby version gems dir ([#808](https://www.github.com/netlify/build-image/issues/808)) ([308f422](https://www.github.com/netlify/build-image/commit/308f422c75e424f5a6957b84a52e9f9f34640c2d)) + ## [4.10.0](https://www.github.com/netlify/build-image/compare/v4.9.1...v4.10.0) (2022-07-26) diff --git a/package.json b/package.json index 0c97eba9..d8e48de6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.10.0", + "version": "4.10.1", "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",