diff --git a/CHANGELOG.md b/CHANGELOG.md index 9537c824..e3e8b285 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.0](https://www.github.com/netlify/build-image/compare/v3.14.0...v3.15.0) (2022-07-19) + + +### Features + +* add musl libc and its tools to build image ([#824](https://www.github.com/netlify/build-image/issues/824)) ([45b6802](https://www.github.com/netlify/build-image/commit/45b6802f3f5cc8e71682d6c6c6073b9ddb089c19)) + ## [3.14.0](https://www.github.com/netlify/build-image/compare/v3.13.0...v3.14.0) (2022-07-15) diff --git a/package.json b/package.json index e5e0158b..65cabf79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "3.14.0", + "version": "3.15.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",