diff --git a/CHANGELOG.md b/CHANGELOG.md index cac23a44..7309802a 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.12.0](https://www.github.com/netlify/build-image/compare/v4.11.0...v4.12.0) (2022-09-30) + + +### Features + +* update nvm and yarn to latest version ([#829](https://www.github.com/netlify/build-image/issues/829)) ([f55c71a](https://www.github.com/netlify/build-image/commit/f55c71a34ed6671252911eb348c6c1294c8c40ca)) + ## [4.11.0](https://www.github.com/netlify/build-image/compare/v4.10.1...v4.11.0) (2022-09-27) diff --git a/package.json b/package.json index d7d6632f..0b589669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.11.0", + "version": "4.12.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",