diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b1cda0..1fbcb96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,23 @@ 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.5](https://github.com/netlify/build-image/compare/v2.6.4...v2.6.5) - 2018-12-08 + +### Commits + +- Fix tag env var reference [`9fb96e7`](https://github.com/netlify/build-image/commit/9fb96e78b80fccdaa21bed0fcfbec42edbdb9afa) +- Dump env [`ec8bae1`](https://github.com/netlify/build-image/commit/ec8bae1253b97b2c2e6dad249b3b808979357817) +- Merge tag 'v2.6.4' [`e94f528`](https://github.com/netlify/build-image/commit/e94f52877201eb44991b94c7b19a383965add0a7) + ## [v2.6.4](https://github.com/netlify/build-image/compare/v2.6.3...v2.6.4) - 2018-12-07 ### Merged +- Attempt to fix Jenkins tag build conditions [`#238`](https://github.com/netlify/build-image/pull/238) - CONTRIBUTING.md Typos [`#236`](https://github.com/netlify/build-image/pull/236) ### Commits -- Attempt to fix Jenkins tag build conditions [`0ad6c54`](https://github.com/netlify/build-image/commit/0ad6c54e6c8c45b65147c753403dde890602a2b0) - Typos [`9832510`](https://github.com/netlify/build-image/commit/983251033bf85a7d57a59e3dc428b5a05f22b4e9) ## [v2.6.3](https://github.com/netlify/build-image/compare/v2.6.2...v2.6.3) - 2018-12-07 diff --git a/package.json b/package.json index 73b58393..685530b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "2.6.4", + "version": "2.6.5", "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": {