diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e8b285..63952315 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.15.1](https://www.github.com/netlify/build-image/compare/v3.15.0...v3.15.1) (2022-10-17) + + +### Bug Fixes + +* incorporate breaking change in install_dependencies order ([#846](https://www.github.com/netlify/build-image/issues/846)) ([745b9ef](https://www.github.com/netlify/build-image/commit/745b9efd3b5cab27ad51fe0589463100915996b2)) + ## [3.15.0](https://www.github.com/netlify/build-image/compare/v3.14.0...v3.15.0) (2022-07-19) diff --git a/package.json b/package.json index 65cabf79..8bc09060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "3.15.0", + "version": "3.15.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",