diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8e43a0..4c82d1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v3.0.0-beta.3](https://github.com/netlify/build-image/compare/v3.0.0-beta.2...v3.0.0-beta.3) - 2019-03-11 + +### Commits + +- Print Hugo version when installing it [`6323241`](https://github.com/netlify/build-image/commit/6323241dd078ed33563d6725f694f56dd57697b4) + ## [v3.0.0-beta.2](https://github.com/netlify/build-image/compare/v3.0.0-beta.1...v3.0.0-beta.2) - 2019-02-25 ### Merged diff --git a/package.json b/package.json index 302c23b4..85c18f2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "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", "scripts": {