diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c880f8d..667dcb0a 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.10.2](https://www.github.com/netlify/build-image/compare/v3.10.1...v3.10.2) (2021-12-06) + + +### Bug Fixes + +* included software link ([#698](https://www.github.com/netlify/build-image/issues/698)) ([52181f9](https://www.github.com/netlify/build-image/commit/52181f93b8c7959edab0b5fd15d2d5a1c9af9411)) + ### [3.10.1](https://www.github.com/netlify/build-image/compare/v3.10.0...v3.10.1) (2021-11-05) diff --git a/package.json b/package.json index f87a24db..6fefa994 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "3.10.1", + "version": "3.10.2", "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",