diff --git a/CHANGELOG.md b/CHANGELOG.md index 058e136f..bf8706b8 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.14.1](https://www.github.com/netlify/build-image/compare/v4.14.0...v4.14.1) (2022-10-24) + + +### Bug Fixes + +* Install Hugo extended by default ([#848](https://www.github.com/netlify/build-image/issues/848)) ([36217a6](https://www.github.com/netlify/build-image/commit/36217a6d7939c201f69a25e545218fd3efa44f97)) + ## [4.14.0](https://www.github.com/netlify/build-image/compare/v4.13.0...v4.14.0) (2022-10-21) diff --git a/package.json b/package.json index 749842fe..00407a03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.14.0", + "version": "4.14.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",