diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d89e578..0b44aec2 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.3](https://www.github.com/netlify/build-image/compare/v4.5.2...v4.5.3) (2022-01-20) + + +### Miscellaneous Chores + +* release 4.5.3 ([#728](https://www.github.com/netlify/build-image/issues/728)) ([8da8834](https://www.github.com/netlify/build-image/commit/8da883418244bc11e5b5a41de6e60dce56d82ea9)) + ### [4.5.2](https://www.github.com/netlify/build-image/compare/v4.5.1...v4.5.2) (2021-12-13) diff --git a/package.json b/package.json index 6f9479c6..d3d26985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.5.2", + "version": "4.5.3", "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",