diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c82d1f3..2f98472c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ 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.4](https://github.com/netlify/build-image/compare/v3.0.0-beta.3...v3.0.0-beta.4) - 2019-03-11 + +### Merged + +- Suffix binrc cache with version number [`#274`](https://github.com/netlify/build-image/pull/274) + +### Commits + +- Fix command substitution for binrc cache [`63780cc`](https://github.com/netlify/build-image/commit/63780cc4dd9e859f1320208dbb0651dc584b53b1) + ## [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 diff --git a/package.json b/package.json index 85c18f2f..0521690a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "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": {