diff --git a/CHANGELOG.md b/CHANGELOG.md index 9225729a..e8ae570d 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). +## [v2.6.11](https://github.com/netlify/build-image/compare/v2.6.10...v2.6.11) - 2019-01-09 + +### Merged + +- Partial revert of #197 [`#248`](https://github.com/netlify/build-image/pull/248) + ## [v2.6.10](https://github.com/netlify/build-image/compare/v2.6.9...v2.6.10) - 2019-01-07 ### Merged diff --git a/package.json b/package.json index 579c6c48..e565d005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "2.6.10", + "version": "2.6.11", "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": {