Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jan 7, 2019
1 parent ce1d233 commit a5eae1c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/netlify/build-image/compare/v2.6.9...v2.6.10) - 2019-01-07

### Merged

- Add Hugo extended (>0.43) [`#197`](https://github.com/netlify/build-image/pull/197)

## [v2.6.9](https://github.com/netlify/build-image/compare/v2.6.8...v2.6.9) - 2018-12-21

### Merged
Expand Down Expand Up @@ -103,9 +109,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### Commits

- Hugo extended: separate LD_LIBRARY_PATH and set expand alias [`2f66c68`](https://github.com/netlify/build-image/commit/2f66c680573169c9a13112cc6b75ddefe2944b41)
- Add separate libstdc++6_5.4.0, need for Hugo extended version [`7d5fa85`](https://github.com/netlify/build-image/commit/7d5fa858733fb88e09fe55d6d3cd3b1b97dccf90)
- export LD_LIBRARY_PATH for Hugo extended [`cf63f8a`](https://github.com/netlify/build-image/commit/cf63f8a89e9334d4c270c57b7398760b56c5a683)
- Update composer installer [`bedc321`](https://github.com/netlify/build-image/commit/bedc321c1aa8a0ee312c8661473ab4926cae7965)
- Specify the last working version of virtualenv [`f2e74fe`](https://github.com/netlify/build-image/commit/f2e74fee00488d6843d0c7d9a10e432054f12447)
- Fix missing dependency warning [`534ce16`](https://github.com/netlify/build-image/commit/534ce16b3dda07cff51918b7ed3816e838b4763c)
- Update binrc version [`bebc802`](https://github.com/netlify/build-image/commit/bebc802a0632bf5d53bc675fc88fbcf32ec2b65e)
- Add hugo extended [`80daccf`](https://github.com/netlify/build-image/commit/80daccf9c89bd58dc1dea99a3fc2e5488f3c370b)

## [v2.5.0](https://github.com/netlify/build-image/compare/v2.4.4...v2.5.0) - 2018-09-06

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build-image",
"version": "2.6.9",
"version": "2.6.10",
"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": {
Expand Down

0 comments on commit a5eae1c

Please sign in to comment.