diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a4218a..5add8948 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.15.1](https://www.github.com/netlify/build-image/compare/v4.15.0...v4.15.1) (2022-11-18) + + +### Bug Fixes + +* Bump Go to 1.19 ([#870](https://www.github.com/netlify/build-image/issues/870)) ([632a0e9](https://www.github.com/netlify/build-image/commit/632a0e9c1543e2e7b55a9d51497b468514a8e6ca)) + ## [4.15.0](https://www.github.com/netlify/build-image/compare/v4.14.3...v4.15.0) (2022-11-17) diff --git a/package-lock.json b/package-lock.json index 2801ef9a..aa78c0a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/build-image", - "version": "4.15.0", + "version": "4.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/build-image", - "version": "4.15.0", + "version": "4.15.1", "license": "MIT", "devDependencies": { "@netlify/build-info": "^6.0.1", diff --git a/package.json b/package.json index 42a91bd2..db4dc5e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.15.0", + "version": "4.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",