From 8925038cf853b22d6397cdcb9904ac88b66bb383 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 19:10:28 +0000 Subject: [PATCH] chore: release 4.5.0 (#687) 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 6023c652..f84f426a 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.5.0](https://www.github.com/netlify/build-image/compare/v4.4.1...v4.5.0) (2021-11-08) + + +### Features + +* added vips cli tools ([#686](https://www.github.com/netlify/build-image/issues/686)) ([140b8ce](https://www.github.com/netlify/build-image/commit/140b8cebb7e1531f8996158f17bfbe35079a2dc8)) + ### [4.4.1](https://www.github.com/netlify/build-image/compare/v4.4.0...v4.4.1) (2021-11-05) diff --git a/package.json b/package.json index 88d61cc6..696a2328 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.4.1", + "version": "4.5.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",